PdfControl.BoundingBox Property

Gets or sets the bounding box (rectangle that defines the location of the control on the page).

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public override PdfRectangle BoundingBox { get; set; }
VB
Public Overrides Property BoundingBox As PdfRectangle
	Get
	Set

Property Value

Type: PdfRectangle
The bounding box, corresponding to None of the owner page.

Remarks

The bounding box always corresponds to non-rotated page. If Rotation property is not equal to None, the control bounds will be recalculated internally. The value of BoundingBox property is not changed after Rotate(PdfRotation) calls.

See Also