Gets the image width.
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic 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:
Int32The image width.
Implements
IObjectWithBoundsWidth
See Also