Table of Contents

Property BoundingBox

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

BoundingBox

Gets the bounding box that completely encloses the artifact's visible extent.

public PdfBox? BoundingBox { get; }

Property Value

PdfBox?

The optional bounding box in default user space units.

Remarks

This value is required for background artifacts. It must not be null when Type is Background.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.