Table of Contents

Property BoundingBox

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

BoundingBox

Gets or sets the media box of the form XObject.

public PdfBox BoundingBox { get; set; }

Property Value

PdfBox

The bounding box expressed in the form coordinate system.

Remarks

Changing the value of this property resets values of Width, Height, Size, Orientation properties.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure is of an unexpected type or cannot be converted to a PdfBox value.