foxit.pdf.PageBasicInfo Class Reference

Inherits SystemIDisposable.

Public Member Functions

 PageBasicInfo (float width, float height, Rotation rotation)
 Constructor, with parameters.
More...
 
 PageBasicInfo ()
 Constructor.

 
 PageBasicInfo (PageBasicInfo page_info)
 Constructor, with another PageBasicInfo.

 
void Set (float width, float height, Rotation rotation)
 Set value.
More...
 

Detailed Description

This class represents page basic information, such as page width, page height, and page rotation. This is used as the return type of function pdf::PDFDoc::GetPageBasicInfo.

Constructor & Destructor Documentation

◆ PageBasicInfo()

foxit.pdf.PageBasicInfo.PageBasicInfo ( float  width,
float  height,
Rotation  rotation 
)
inline

Constructor, with parameters.

Parameters
widthPage width.
heightPage height.
rotationPage rotation. Please refer to e_RotationXXX values and this should be one of these values except e_RotationUnknown.

Member Function Documentation

◆ Set()

void foxit.pdf.PageBasicInfo.Set ( float  width,
float  height,
Rotation  rotation 
)
inline

Set value.

Parameters
widthPage width.
heightPage height.
rotationPage rotation. Please refer to e_RotationXXX values and this should be one of these values except {}.
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.