Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithPage_info: |
Constructor, with another page basic information object. More... | |
(id) | - initWithWidth:height:rotation: |
(void) | - set:height:rotation: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
float | height |
Page height (unit is 1/72 inch). More... | |
FSRotation | rotation |
Page rotation. Please refer to values starting from FSRotation0 and this should be one of these values. More... | |
float | width |
Page width (unit is 1/72 inch). More... | |
This class represents page basic information, such as page width, page height, and page rotation. This is used as the return type of function FSPDFDoc::getPageBasicInfo:.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
Constructor.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithPage_info: | (FSPageBasicInfo*) | page_info |
Constructor, with another page basic information object.
[in] | page_info | Another page basic information object. |
- (id) initWithWidth: | (float) | width | |
height: | (float) | height | |
rotation: | (FSRotation) | rotation | |
- (void) set: | (float) | width | |
height: | (float) | height | |
rotation: | (FSRotation) | rotation | |
Set value.
[in] | width | Page width (unit is 1/72 inch). |
[in] | height | Page height (unit is 1/72 inch). |
[in] | rotation | Page rotation. Please refer to values starting from FSRotation0 and this should be one of these values except FSRotationUnknown. |
|
protected |
|
protected |
|
readwritenonatomicassign |
Page height (unit is 1/72 inch).
|
readwritenonatomicassign |
Page rotation. Please refer to values starting from FSRotation0 and this should be one of these values.
|
readwritenonatomicassign |
Page width (unit is 1/72 inch).