Foxit PDF SDK
|
Instance Methods | |
(BOOL) | - generateContent |
Generate content for current fill-sign object. More... | |
(FSRectF *) | - getRect |
Get rectangle, in PDF coordinate system. More... | |
(FSFillSignFillSignObjectType) | - getType |
Get fill-sign type. More... | |
(id) | - init |
Constructor. | |
(id) | - initWithOther: |
Constructor, with another fill-sign object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(void) | - move:width:height:rotation: |
Move current fill-sign object. More... | |
Class FSFillSignObject is the base class for all kinds of fill-sign object. This class offers base functions to get type, to move a fill-sign object or to generate content for a fill-sign object.
- (BOOL) generateContent |
Generate content for current fill-sign object.
For fill-sign object with type FSFillSignFillSignObjectTypeSignature or FSFillSignFillSignObjectTypeInitialsSignature, function FSSignatureFillSignObject::setBitmap: should be called first.
- (FSRectF *) getRect |
Get rectangle, in PDF coordinate system.
- (FSFillSignFillSignObjectType) getType |
Get fill-sign type.
- (id) initWithOther: | (FSFillSignObject*) | other |
Constructor, with another fill-sign object.
[in] | other | Another fill-sign object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (void) move: | (FSPointF*) | point | |
width: | (float) | width | |
height: | (float) | height | |
rotation: | (FSRotation) | rotation | |
Move current fill-sign object.
[in] | point | New left-bottom point for current fill-sign object, in PDF coordinate system. |
[in] | width | New width for current fill-sign object. |
[in] | height | New height for current fill-sign object. |
[in] | rotation | Rotation status information. This rotation value includes the view rotation and page ratation property information. Please refer to values starting from FSRotation0 and this should be one of these values except FSRotationUnknown. |