DigitalSignatureAppearance

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.

public sealed class DigitalSignatureAppearance : SignatureAppearance

Constructors

Name Description
DigitalSignatureAppearance() Creates Signature Line Appearance object.
DigitalSignatureAppearance(string, string, string) Creates Signature Line Appearance with specified values (signer, title, email).

Properties

Name Description
Email { get; set; } Gets or sets a email that will be displayed in signature line.
Signer { get; set; } Gets or sets signer name for signature line.
Title { get; set; } Gets or sets a title for signature line.

See Also