Aspose::Words::SignatureLineOptions class
Contents
[
Hide
]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
Method | Description |
---|---|
get_AllowComments() const | Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false. |
get_DefaultInstructions() const | Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true. |
get_Email() const | Gets or sets suggested signer’s e-mail address. Default value for this property is empty string. |
get_Instructions() const | Gets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string. |
get_ShowDate() const | Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true. |
get_Signer() const | Gets or sets suggested signer of the signature line. Default value for this property is empty string. |
get_SignerTitle() const | Gets 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
- Namespace Aspose::Words
- Library Aspose.Words for C++