Gets or sets 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 virtual PdfRectangle BoundingBox { get; set; }
VB
Public Overridable Property BoundingBox As PdfRectangle
Get
Set
Property Value
Type:
PdfRectangleThe bounding box.
See Also