|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Interface for handling XFA signature fields, extending ISignatureField. More...
Public Member Functions | |
| Promise< XFASignatureInfo > | getSignInfo () |
| Retrieves XFA-specific signature information. More... | |
Public Member Functions inherited from ISignatureField | |
| Promise< Array< number >|undefined > | getByteRange () |
| Retrieves the byte range of the current signature. More... | |
| Promise< string|undefined > | getFilter () |
| Retrieves the filter of the current signature. More... | |
| string | getName () |
| Retrieves the signature field name. More... | |
| Promise< string > | getSigner () |
| Gets the name of the signer. More... | |
| Promise< string|undefined > | getSubfilter () |
| Retrieves the subfilter of the current signature. More... | |
| Promise< boolean > | isSigned () |
| Checks whether the current signature is signed. More... | |
| Promise< number > | verify () |
| Verifies the signature, returning the result of the verification. More... | |
Public Attributes | |
| readonly false | isFormField |
| Always false since this is not a form field in the traditional sense. | |
| readonly true | isXFAField |
| Always true for XFA fields. | |
Public Attributes inherited from ISignatureField | |
| readonly boolean | isFormField |
| Indicates if the signature field is a form field. | |
| readonly boolean | isXFAField |
| Indicates if the signature field is part of an XFA form. | |
| readonly number | verifiedResult |
| The verification result of the current signature. If the signature has not been verified, this property is undefined. More... | |
Interface for handling XFA signature fields, extending ISignatureField.
| Promise<XFASignatureInfo> IXFASignatureField::getSignInfo | ( | ) |
Retrieves XFA-specific signature information.
Implements ISignatureField.