|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
An interface declaration containing information related to the signature. More...
Public Member Functions | |
| Promise< ArrayBuffer > | sign (object setting, ArrayBuffer plainBuffer) |
| The digest and sign handler, The return value is an object with file buffer and byte range. More... | |
Public Attributes | |
| number | defaultContentsLength |
| 7942 is the default length of signature contents, in bytes. It should not be less than 4098. More... | |
| string | distinguishName |
| The distinguished name of signing. More... | |
| string | |
| The email of the signature. More... | |
| string | filter |
| Filter of signing. More... | |
| number | flag |
| The appearance flag for signing. Please refer to Signature_Ap_Flags. More... | |
| string | image |
| (e.g. BLOB URL, HTTP, HTTPS, and Base64URL)The image for singing. More... | |
| string | location |
| The location of signing. More... | |
| string | reason |
| The reason of the signature. More... | |
| string | signer |
| The signer of the signature. More... | |
| string | subfilter |
| Subfilter of signing. More... | |
| string | text |
| The signing descriptive information. More... | |
An interface declaration containing information related to the signature.
|
inline |
The digest and sign handler, The return value is an object with file buffer and byte range.
| setting | object - |
| plainBuffer | ArrayBuffer - |
| number SignatureInfomation::defaultContentsLength |
7942 is the default length of signature contents, in bytes. It should not be less than 4098.
| string SignatureInfomation::distinguishName |
The distinguished name of signing.
| string SignatureInfomation::email |
The email of the signature.
| string SignatureInfomation::filter |
Filter of signing.
| number SignatureInfomation::flag |
The appearance flag for signing. Please refer to Signature_Ap_Flags.
| string SignatureInfomation::image |
(e.g. BLOB URL, HTTP, HTTPS, and Base64URL)The image for singing.
| string SignatureInfomation::location |
The location of signing.
| string SignatureInfomation::reason |
The reason of the signature.
| string SignatureInfomation::signer |
The signer of the signature.
| string SignatureInfomation::subfilter |
Subfilter of signing.
| string SignatureInfomation::text |
The signing descriptive information.