Foxit PDF SDK
9.1
|
Certificate is valid.
More...
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
Constructor. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(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... | |
![]() | |
(BOOL) | - generateContent |
Generate content for current fill-sign object. More... | |
(FSFormXObject *) | - getFormXObject |
(FSRectF *) | - getRect |
Get rectangle, in PDF coordinate system. More... | |
(FSFillSignFillSignObjectType) | - getType |
Get fill-sign type. More... | |
(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 |
Certificate is valid.
Certificate is expired.
Certificate is unsupport type.
Certificate's data is error.
Certificate's password is wrong.
Certificate's path is wrong.
Certificate is not set to sign a signature.
Certificate's private key cannot be gotten.
Class FSSignatureFillSignObject is derived from class FSFillSignObject , and is used to represent a signature or initiials signature fill-sign object.
- (void) dealloc |
Reimplemented from FSFillSignObject.
- (void*) getCptr |
Reimplemented from FSFillSignObject.
- (id) init |
Constructor.
Reimplemented from FSFillSignObject.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSFillSignObject.
- (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. |