Foxit PDF SDK
|
Public Member Functions | |
def | SignatureFillSignObject () |
Constructor. | |
def | IsInitialsType () |
Check if current annotation is an initials signature fill-sign object. More... | |
def | SetBitmap (bitmap) |
Set a bitmap. More... | |
![]() | |
def | FillSignObject () |
Constructor. | |
def | GenerateContent () |
Generate content for current fill-sign object. More... | |
def | GetRect () |
Get rectangle, in [PDF coordinate system] (). More... | |
def | GetType () |
Get fill-sign type. More... | |
def | IsEmpty () |
Check whether current object is empty or not. More... | |
def | Move (point, width, height, rotation) |
Move current fill-sign object. More... | |
Class SignatureFillSignObject is derived from class FillSignObject , and is used to represent a signature or initiials signature fill-sign object.
def FoxitPDFSDKPython3.SignatureFillSignObject.IsInitialsType | ( | ) |
Check if current annotation is an initials signature fill-sign object.
def FoxitPDFSDKPython3.SignatureFillSignObject.SetBitmap | ( | bitmap | ) |
Set a bitmap.
[in] | bitmap | A bitmap to be set to current fill-sign object. This should be a valid bitmap object. |