Foxit PDF SDK
fsdk.PagingSealSignature Class Reference

Public Member Functions

def GenerateAppearance ()
 Generate the appearance of paging seal signature.
More...
 
def SetAPStateBitmap (ap_state, bitmap)
 Set a bitmap for the appearance of signature state.
More...
 
def SetPagingSealConfig (paging_seal_config)
 Set the config of paging seal signature.
More...
 

Detailed Description

This class represents a paging seal signature object for signing the signatures. It is a type of signature field, so class PagingSealSignature is derived from class fsdk.Signature . A new paging seal signature object would be returned by function fsdk.PDFDoc.AddPagingSealSignature , instead of fsdk.PDFPage.AddSignature .
A paging seal signature contains a few signatures or a few paging seal annotation. To set the configuration of paging seal signature, please use the function fsdk.PagingSealSignature.SetPagingSealConfig .

Member Function Documentation

◆ GenerateAppearance()

def fsdk.PagingSealSignature.GenerateAppearance ( )

Generate the appearance of paging seal signature.

This function should be called before signing and the paging seal config should be set already. If this function is not called, the page will not display the paging seal signatures.

Returns
true means success, while false means failure.

◆ SetAPStateBitmap()

def fsdk.PagingSealSignature.SetAPStateBitmap (   ap_state,
  bitmap 
)

Set a bitmap for the appearance of signature state.

If user wants the setting by this function has effect on paging seal signatures' appearance, please call function PagingSealSignature::GenerateAppearence after this function.

Parameters
[in]ap_stateThe state of signature.
[in]bitmapA bitmap to be set to the appearance.
Returns
None.

◆ SetPagingSealConfig()

def fsdk.PagingSealSignature.SetPagingSealConfig (   paging_seal_config)

Set the config of paging seal signature.

Parameters
[in]paging_seal_configA paging seal configuration to be set.
Returns
None.