CadRasterizationOptionsNoScaling Property |
Gets or sets no scaling during export.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public bool NoScaling { get; set; }
Public Property NoScaling As Boolean
Get
Set
public:
property bool NoScaling {
bool get ();
void set (bool value);
}
member NoScaling : bool with get, set
Property Value
Type:
BooleanSee Also