Foxit PDF SDK
FoxitPDFSDKPython2.SignatureFillSignObject Class Reference
Inheritance diagram for FoxitPDFSDKPython2.SignatureFillSignObject:
FoxitPDFSDKPython2.FillSignObject FoxitPDFSDKPython2.Base

Public Member Functions

def SignatureFillSignObject (fillsign_object)
 Constructor, with parent class object. More...
 
def IsInitialsType ()
 Check if current annotation is an initials signature fill-sign object. More...
 
def SetBitmap (bitmap)
 Set a bitmap. More...
 
- Public Member Functions inherited from FoxitPDFSDKPython2.FillSignObject
def FillSignObject (other)
 Constructor, with another fill-sign object. More...
 
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...
 

Detailed Description

Class SignatureFillSignObject is derived from class FillSignObject , and is used to represent a signature or initiials signature fill-sign object.

See also
FillSignObject

Constructor & Destructor Documentation

◆ SignatureFillSignObject()

def FoxitPDFSDKPython2.SignatureFillSignObject.SignatureFillSignObject (   fillsign_object)

Constructor, with parent class object.

Constructor.

Parameters
[in]fillsign_objectParent class object.

Member Function Documentation

◆ IsInitialsType()

def FoxitPDFSDKPython2.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()

def FoxitPDFSDKPython2.SignatureFillSignObject.SetBitmap (   bitmap)

Set a bitmap.

Parameters
[in]bitmapA bitmap to be set to current fill-sign object. This should be a valid bitmap object.
Returns
None.