PdfPageInfo

data class PdfPageInfo(val size: PdfSize, val rotation: PdfRotation, val boundingBox: PdfRect?)

Basic geometry of a single page.

Constructors

Link copied to clipboard
constructor(size: PdfSize, rotation: PdfRotation, boundingBox: PdfRect?)

Properties

Link copied to clipboard

Bounding (crop) box, or null when the page has none.

Link copied to clipboard

Intrinsic page rotation stored in the document.

Link copied to clipboard

Media size in PDF points.