SignatureOptions
Overview
SignatureOptions is a class in Aspose.PDF FOSS for .NET.
Options for signing a PDF document.
Properties: AvoidEstimating, ContactInfo, ContentsSize, CustomSignHash, FieldName, Location, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Reason | string? | Read/Write | The reason for signing. |
Location | string? | Read/Write | The location of signing. |
ContactInfo | string? | Read/Write | Contact information of the signer. |
FieldName | string? | Read/Write | The signature field name. |
ContentsSize | int | Read/Write | Size in bytes reserved for the /Contents hex string. |
AvoidEstimating | bool | Read/Write | When true, the signer skips an estimation pass and uses ContentsSize directly. |
CustomSignHash | Forms.SignHash? | Read/Write | External-signer callback. |