Gets the width of this
PdfBox structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Width {
get;
}
VB
Public ReadOnly Property Width As Double
Get
Property Value
Type:
Double
The width of this
PdfBox structure.
See Also