DigitalSignatureAppearance class

DigitalSignatureAppearance class

Describes appearance of Signature Line for Digital Signature. One Signature Line could be applied for only one Digital Signature. Signature Line always is on the first page. This feature may be useful for .docx, .doc, .odt and .xlsx file formats.

Inheritance: DigitalSignatureAppearanceSignatureAppearance

The DigitalSignatureAppearance type exposes the following members:

Constructors

Constructor Description
init Creates Signature Line Appearance object.
init Creates Signature Line Appearance with specified values (signer, title, email).

Properties

Property Description
signer Gets or sets signer name for signature line.
title Gets or sets a title for signature line.
email Gets or sets a email that will be displayed in signature line.

See Also