Foxit::PDF::PageInfo Class Reference

Class to represent page information. More...

Public Member Functions

 PageInfo ()
 Default constructor.
 
 PageInfo (Size size, Int32 rotation)
 Constructor to initialize a new instance of class PDF::PageInfo with specific values.
 

Properties

Size Size
 Page size.
 
Int32 Rotation
 Page rotation. More...
 

Detailed Description

Class to represent page information.

This is used as return type of function Document::GetPageInfo. It contains basic page information, such as page size and rotation.

Property Documentation

Int32 Foxit::PDF::PageInfo::Rotation

Page rotation.

  • 0: No rotation.
  • 1: Rotate 90 degrees in clockwise direction.
  • 2: Rotate 180 degrees in clockwise direction.
  • 3: Rotate 270 degrees in clockwise direction.

Foxit Corporation