SignatureLine

Overview

SignatureLine is a class in Aspose.Words FOSS for .NET.

Provides access to signature line properties.

Properties: AllowComments, DefaultInstructions, Email, Id, Instructions, IsSigned, and 5 more.

Properties

NameTypeAccessDescription
SignerstringRead/WriteGets or sets suggested signer of the signature line.
SignerTitlestringRead/WriteGets or sets suggested signer’s title (for example, Manager).
EmailstringRead/WriteGets or sets suggested signer’s e-mail address.
DefaultInstructionsboolRead/WriteGets or sets a value indicating that default instructions is shown in the Sign dialog.
InstructionsstringRead/WriteGets or sets instructions to the signer that are displayed on signing the signature line.
AllowCommentsboolRead/WriteGets or sets a value indicating that the signer can add comments in the Sign dialog.
ShowDateboolRead/WriteGets or sets a value indicating that sign date is shown in the signature line.
IdGuidRead/WriteGets or sets identifier for this signature line.
ProviderIdGuidRead/WriteGets or sets signature provider identifier for this signature line.
IsSignedboolReadIndicates that signature line is signed by digital signature.
IsValidboolReadIndicates that signature line is signed by digital signature and this digital signature is valid.

See Also