SignOptions
Overview
SignOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: appearance, cades, contactInfo, fieldName, location, name, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
reason | : string | Read | Human-readable reason for signing (/Reason). |
location | : string | Read | Signing location (/Location). |
contactInfo | : string | Read | Signer contact info (/ContactInfo). |
name | : string | Read | Signer name (/Name); defaults to the certificate subject when omitted. |
signingTime | : Date | Read | Signing time (/M); defaults to now. |
subFilter | : 'CMS' | 'PAdES' | Read | Signature flavour. |
fieldName | : string | Read | Field name (/T); defaults to Signature<n>. |
placeholderBytes | : number | Read | Reserved /Contents capacity in bytes. |
appearance | : SignatureAppearance | Read | Render a visible signature widget (appearance) instead of the default invisible zero-rect one. |
timestamp | : TimestampProvider | Read | RFC 3161 timestamp provider. |
timestampDigest | : DigestAlgorithm | Read | Digest algorithm for the timestamp message imprint. |
cades | : CadesAttributes | Read | Optional CAdES signed attributes (commitment-type, signer-location). |