PdfPage

public final class PdfPage

Represents a page in a PDF document with size, positioning, and annotation capabilities. This class provides functionality to manage page dimensions, boxes, rotation, and annotations.

Constructors

Link copied to clipboard
public void PdfPage()

Functions

Link copied to clipboard
Gets the collection of annotations on this page.
Link copied to clipboard
public final float getHeight()
Gets the height of the page in points.
Link copied to clipboard
public final int getPageNumber()
Gets the 1-based page number of this page in the document.
Link copied to clipboard
public final int getRotation()
Gets the rotation of the page in degrees (0, 90, 180, or 270).
Link copied to clipboard
public final float getWidth()
Gets the width of the page in points.