|
Foxit PDF SDK
|
Instance Methods | |
| (id) | - initWithFillsign_object: |
| Constructor, with parent class object. More... | |
| (BOOL) | - isInitialsType |
| Check if current annotation is an initials signature fill-sign object. More... | |
| (void) | - setBitmap: |
| Set a bitmap. More... | |
Instance Methods inherited from FSFillSignObject | |
| (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 FSSignatureFillSignObject is derived from class FSFillSignObject , and is used to represent a signature or initiials signature fill-sign object.
| - (id) initWithFillsign_object: | (FSFillSignObject*) | fillsign_object |
Constructor, with parent class object.
| [in] | fillsign_object | Parent class object. |
| - (BOOL) isInitialsType |
Check if current annotation is an initials signature fill-sign object.
| - (void) setBitmap: | (FSBitmap*) | bitmap |
Set a bitmap.
| [in] | bitmap | A bitmap to be set to current fill-sign object. This should be a valid bitmap object. |