CadImageViewPorts Property |
Gets or sets the view ports.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadVportList ViewPorts { get; set; }
Public Property ViewPorts As CadVportList
Get
Set
public:
property CadVportList^ ViewPorts {
CadVportList^ get ();
void set (CadVportList^ value);
}
member ViewPorts : CadVportList with get, set
Property Value
Type:
CadVportList
The view ports.
See Also