CadRasterizationOptionsLayouts Property |
Gets or sets the layoutName.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string[] Layouts { get; set; }
Public Property Layouts As String()
Get
Set
public:
virtual property array<String^>^ Layouts {
array<String^>^ get () sealed;
void set (array<String^>^ value) sealed;
}
abstract Layouts : string[] with get, set
override Layouts : string[] with get, set
Property Value
Type:
String
The specific layout name or null for use Model. Model is also a layout.
See Also