Gets the image width.
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public override int Width { get; }
Public Overrides ReadOnly Property Width As Integer
Get
public:
virtual property int Width {
int get () override;
}
abstract Width : int with get
override Width : int with get
Property Value
Type:
Int32
The image width.
Implements
IObjectWithBoundsWidthSee Also