Gets the width of the image in pixels.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public virtual int Width { get; }
Public Overridable ReadOnly Property Width As Integer
Get
public:
virtual property int Width {
int get ();
}
abstract Width : int with get
override Width : int with get
Property Value
Type:
Int32
The width.
See Also