public interface

PdfPageInfo

com.pspdfkit.api.PdfPageInfo

Class Overview

Holds information about a page.

Summary

Public Methods
abstract Rect getBoundingBox()
The page bounding box with the page rotation and cropping applied.
abstract Rotation getRotation()
The page rotation in 90 degree increments.

Public Methods

public abstract Rect getBoundingBox ()

The page bounding box with the page rotation and cropping applied.

Returns
  • a Rect representing the bounding box.

public abstract Rotation getRotation ()

The page rotation in 90 degree increments.

Returns
  • A Rotation representing page rotation (0, 90, 180, or 270)