Gets or sets the width of the bounding box
(rectangle that defines the location of the widget on the page).
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 bounding box in pixels.
See Also