Foxit PDF SDK
fsdk.PagingSeal Class Reference

Public Member Functions

def GetPagingSealSignature ()
 Get the associated paging seal signature.
More...
 

Detailed Description

Class PagingSeal represents a Foxit PDF SDK custom annotation type (not a standard annotation type). An existed paging seal annotation can be retrieved from PDF page by functions fsdk.PDFPage.GetAnnot and fsdk.PDFPage.GetAnnotAtPoint . A new paging seal annotation would be added by function fsdk.PagingSealSignature.GenerateAppearance , instead of fsdk.PDFPage.AddAnnot .
To set properties of paging seal, please use the function fsdk.PagingSealSignature.SetPagingSealConfig . To remove the paging seal annotation, please call the function fsdk.PDFDoc.RemoveSignature by the paging seal signature object returned by function fsdk.PagingSeal.GetPagingSealSignature .
Besides, paging seal annotation cannot be moved by function fsdk.Annot.Move .

See also
Annot
fsdk.PDFDoc
fsdk.PagingSealSignature

Member Function Documentation

◆ GetPagingSealSignature()

def fsdk.PagingSeal.GetPagingSealSignature ( )

Get the associated paging seal signature.

Returns
The paging seal signature object.