Table of Contents

Property BoundingBox

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

BoundingBox

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

public override PdfRectangle BoundingBox { get; set; }

Property Value

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.