FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
IXFASignatureField Interface Reference

Interface for handling XFA signature fields, extending ISignatureField. More...

Inheritance diagram for IXFASignatureField:
ISignatureField

Public Member Functions

Promise< XFASignatureInfogetSignInfo ()
 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...
 

Detailed Description

Interface for handling XFA signature fields, extending ISignatureField.

Since
11.0.0

Member Function Documentation

◆ getSignInfo()

Promise<XFASignatureInfo> IXFASignatureField::getSignInfo ( )

Retrieves XFA-specific signature information.

Returns
Promise<XFASignatureInfo> - A promise that resolves with XFA signature information.

Implements ISignatureField.

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.