CadRasterizationOptionsAutomaticLayoutsScaling Property |
Gets or sets a value indicating whether layouts should be automatically scaled.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic bool AutomaticLayoutsScaling { get; set; }
Public Property AutomaticLayoutsScaling As Boolean
Get
Set
public:
property bool AutomaticLayoutsScaling {
bool get ();
void set (bool value);
}
member AutomaticLayoutsScaling : bool with get, set
Property Value
Type:
Boolean
See Also