Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(BOOL) | - generateContent |
Generate content for current fill-sign object. More... | |
(void *) | - getCptr |
(FSFormXObject *) | - getFormXObject |
(FSRectF *) | - getRect |
Get rectangle, in PDF coordinate system. More... | |
(FSFillSignFillSignObjectType) | - getType |
Get fill-sign type. More... | |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithOther: |
Constructor, with another fill-sign object. More... | |
(BOOL) | - isEmpty |
Check whether current object is empty or not. More... | |
(void) | - move:width:height: |
Move current fill-sign object. More... | |
(void) | - move:width:height:rotation: |
Move current fill-sign object. More... | |
Additional Inherited Members | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
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.
- (void) dealloc |
Reimplemented from FSBase.
Reimplemented in FSTextFillSignObject, and FSSignatureFillSignObject.
- (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.
- (void*) getCptr |
Reimplemented from FSBase.
Reimplemented in FSTextFillSignObject, and FSSignatureFillSignObject.
- (FSFormXObject*) getFormXObject |
- (FSRectF *) getRect |
Get rectangle, in PDF coordinate system.
- (FSFillSignFillSignObjectType) getType |
Get fill-sign type.
- (id) init |
Constructor.
Reimplemented in FSTextFillSignObject, and FSSignatureFillSignObject.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
Reimplemented in FSTextFillSignObject, and FSSignatureFillSignObject.
- (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 | |
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. |
- (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 rotation property information. Please refer to values starting from FSRotation0 and this should be one of these values except FSRotationUnknown. |