SignOptions class

SignOptions class

Allows to specify options for document signing. To learn more, visit the Work with Digital Signatures documentation article.

Constructors

NameDescription
SignOptions()The default constructor.

Properties

NameDescription
applicationVersionGets or sets the application version for the digital signature. Default value is “12.0”.
colorDepthGets or sets the color depth for the digital signature. Default value is 32.
commentsSpecifies comments on the digital signature. Default value is empty string .
decryptionPasswordThe password to decrypt source document. Default value is empty string .
horizontalResolutionGets or sets the horizontal resolution for the digital signature. Default value is 1920.
officeVersionGets or sets the Office version for the digital signature. Default value is “12.0”.
providerIdSpecifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.
signTimeThe date of signing. Default value is current time
signatureLineIdSignature line identifier. Default value is Empty (all zeroes) Guid.
signatureLineImageThe image that will be shown in associated SignatureLine. Default value is null.
verticalResolutionGets or sets the vertical resolution for the digital signature. Default value is 1200.
windowsVersionGets or sets the Windows version for the digital signature. Default value is “6.1”.
xmlDsigLevelSpecifies the level of a digital signature based on XML-DSig standard. The default value is XmlDsigLevel.XmlDSig.

See Also