PdfPageInfo Class

Represents page-specific information extracted from a loaded PDF document. Includes details like page size, rotation, crop box, media box, and other boundaries. All dimensions are expressed in points (1 point = 1/72 inch)

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public class PdfPageInfo
Inheritance
Object    PdfPageInfo

Constructors

PdfPageInfoInitializes a new instance of the PdfPageInfo class

Properties

ArtBox Gets the art box, which defines the meaningful content area.
BleedBox Gets the bleed box, indicating the region to which the contents should be clipped when printed.
CropBox Gets the crop box, which defines the visible area of the page.
MediaBox Gets the media box, which defines the physical dimensions of the page.
PageNumber Gets the page number (1-based).
PageSize Gets the page size
Rotation Gets the rotation angle of the page (0, 90, 180, 270).
TrimBox Gets the trim box, representing the intended dimensions of the finished page after trimming.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also