SignatureLineOptions

SignatureLineOptions

Overview

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

Allows to specify options for signature line being inserted.

Properties: AllowComments, DefaultInstructions, Email, Instructions, ShowDate, Signer, and 1 more.

Properties

NameTypeAccessDescription
SignerstringRead/WriteGets or sets suggested signer of the signature line.
SignerTitlestringRead/WriteGets or sets suggested signer’s title.
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.

See Also