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. Required for background artifacts.

public PdfBox? BoundingBox { get; }

Property Value

PdfBox?

The optional bounding box in default user space units. Must not be null when Type is Background.