Foxit PDF SDK
fsdk.SignatureFillSignObject Class Reference

Public Member Functions

def IsInitialsType ()
 Check if current annotation is an initials signature fill-sign object. More...
 
def SetBitmap (bitmap)
 Set a bitmap. 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

Member Function Documentation

◆ IsInitialsType()

def fsdk.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 fsdk.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.