VectorRasterizationOptionsPageWidth Property |
Gets or sets the page width.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic float PageWidth { get; set; }
Public Property PageWidth As Single
Get
Set
public:
property float PageWidth {
float get ();
void set (float value);
}
member PageWidth : float32 with get, set
Property Value
Type:
Single
See Also