MultiPageOptionsExportArea Property |
Gets or sets the export area.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Rectangle ExportArea { get; set; }
Public Property ExportArea As Rectangle
Get
Set
public:
property Rectangle ExportArea {
Rectangle get ();
void set (Rectangle value);
}
member ExportArea : Rectangle with get, set
Property Value
Type:
Rectangle
The export area.
See Also