SignatureOptions

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

NameTypeAccessDescription
Reasonstring?Read/WriteThe reason for signing.
Locationstring?Read/WriteThe location of signing.
ContactInfostring?Read/WriteContact information of the signer.
FieldNamestring?Read/WriteThe signature field name.
ContentsSizeintRead/WriteSize in bytes reserved for the /Contents hex string.
AvoidEstimatingboolRead/WriteWhen true, the signer skips an estimation pass and uses ContentsSize directly.
CustomSignHashForms.SignHash?Read/WriteExternal-signer callback.

See Also