Class SignatureFillSignObject is derived from class FillSignObject , and is used to represent a signature or initiials signature fill-sign object.
- See also
- FillSignObject
◆ SignatureFillSignObject()
com.foxit.sdk.pdf.SignatureFillSignObject.SignatureFillSignObject |
( |
FillSignObject |
fillsign_object | ) |
|
Constructor, with parent class object.
- Parameters
-
[in] | fillsign_object | Parent class object. |
◆ delete()
synchronized void com.foxit.sdk.pdf.SignatureFillSignObject.delete |
( |
| ) |
|
Clean up related resources immediately.
- Returns
- None.
- Note
- Once this function is called, current object cannot be used anymore.
◆ isInitialsType()
boolean com.foxit.sdk.pdf.SignatureFillSignObject.isInitialsType |
( |
| ) |
|
Check if current annotation is an initials signature fill-sign object.
- Returns
- true means current object is an initials signature fill-sign object, while false means current object is a signature fill-sign object.
◆ setBitmap()
void com.foxit.sdk.pdf.SignatureFillSignObject.setBitmap |
( |
Bitmap |
bitmap | ) |
|
Set a bitmap.
- Parameters
-
[in] | bitmap | A bitmap to be set to current fill-sign object. This should be a valid bitmap object. |
- Returns
- None.