Aspose::Words::SignatureLineOptions class

SignatureLineOptions class

Allows to specify options for signature line being inserted. Used in DocumentBuilder. To learn more, visit the Work with Digital Signatures documentation article.

class SignatureLineOptions : public System::Object

Methods

MethodDescription
get_AllowComments() constGets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false.
get_DefaultInstructions() constGets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true.
get_Email() constGets or sets suggested signer’s e-mail address. Default value for this property is empty string.
get_Instructions() constGets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string.
get_ShowDate() constGets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true.
get_Signer() constGets or sets suggested signer of the signature line. Default value for this property is empty string.
get_SignerTitle() constGets or sets suggested signer’s title. Default value for this property is empty string.
GetType() const override
Is(const System::TypeInfo&) const override
set_AllowComments(bool)Setter for Aspose::Words::SignatureLineOptions::get_AllowComments.
set_DefaultInstructions(bool)Setter for Aspose::Words::SignatureLineOptions::get_DefaultInstructions.
set_Email(const System::String&)Setter for Aspose::Words::SignatureLineOptions::get_Email.
set_Instructions(const System::String&)Setter for Aspose::Words::SignatureLineOptions::get_Instructions.
set_ShowDate(bool)Setter for Aspose::Words::SignatureLineOptions::get_ShowDate.
set_Signer(const System::String&)Setter for Aspose::Words::SignatureLineOptions::get_Signer.
set_SignerTitle(const System::String&)Setter for Aspose::Words::SignatureLineOptions::get_SignerTitle.
SignatureLineOptions()
static Type()

See Also