VectorRasterizationOptionsUnitType Property |
Gets or sets unit type of export result.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic UnitType UnitType { get; set; }
Public Property UnitType As UnitType
Get
Set
public:
property UnitType UnitType {
UnitType get ();
void set (UnitType value);
}
member UnitType : UnitType with get, set
Property Value
Type:
UnitType
See Also