Gets or sets the width of the XObject in pixels.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double Width { get; set; }
VB
Public Property Width As Double
Get
Set
Property Value
Type:
DoubleThe width of the XObject in pixels.
Remarks
Default value: 595 (the width of the A4 sheet).
See Also