Class PageInfo
Holds information about a page.
Inheritance
System.Object
PageInfo
Namespace: PSPDFKit
Assembly: PSPDFKit.dll
Syntax
public class PageInfo : object
Methods
GetBoundingBox()
The page bounding box with the page rotation and cropping applied.
Declaration
public Rect GetBoundingBox()
Returns
Type | Description |
---|---|
Rect | Rect representing the bounding box. |
GetRotation()
The page rotation in 90 degree increments.
Declaration
public Rotation GetRotation()
Returns
Type | Description |
---|---|
Rotation | Rotation representing page rotation (0, 90, 180, or 270). |