Foxit PDF SDK
FSDK::PageBasicInfo类 参考

Public 成员函数

 constructor (width, height, rotation)
 带参数的构造函数。 更多...
 
 constructor ()
 构造函数。
 
 Set (width, height, rotation)
 设置值。 更多...
 

Public 属性

 height
 页面高度(单位为1/72英寸)。
 
 rotation
 页面旋转。请参考从 FSDK.e_Rotation0 开始的值, 应为这些值之一。
 
 width
 页面宽度(单位为1/72英寸)。
 

详细描述

此类表示页面基本信息,例如页面宽度、页面高度和页面旋转。 这用作函数 FSDK.PDFDoc.GetPageBasicInfo 的返回类型。

成员函数说明

◆ constructor()

FSDK::PageBasicInfo::constructor ( width  ,
height  ,
rotation   
)

带参数的构造函数。

参数
[in]width页面宽度(单位为1/72英寸)。
[in]height页面高度(单位为1/72英寸)。
[in]rotation页面旋转。请参考从 FSDK.e_Rotation0 开始的值, 应为这些值之一(FSDK.e_RotationUnknown 除外)。

◆ Set()

FSDK::PageBasicInfo::Set ( width  ,
height  ,
rotation   
)

设置值。

参数
[in]width页面宽度(单位为1/72英寸)。
[in]height页面高度(单位为1/72英寸)。
[in]rotation页面旋转。请参考从 FSDK.e_Rotation0 开始的值, 应为这些值之一(FSDK.e_RotationUnknown 除外)。
返回
无。