Gets the width, in pixels, of this
PdfImage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int Width { get; }
VB
Public ReadOnly Property Width As Integer
Get
Property Value
Type:
Int32The width, in pixels, of this
PdfImage.
See Also