Aspose::Pdf::Plugins::SignOptions class
Contents
[
Hide
]SignOptions class
Represents Sign Options for Signature plugin.
class SignOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions
Methods
| Method | Description |
|---|---|
| get_Contact() const | The contact of signature. |
| get_Location() const | The location of signature. |
| get_Name() const | The name of existing signature field. Null to create a new field. |
| get_PageNumber() const | The page number on which signature is made. |
| get_Reason() const | The reason of signature. |
| get_Rectangle() const | The rect of signature. |
| get_Visible() const | The visiblity of signature. |
| set_Contact(System::String) | The contact of signature. |
| set_Location(System::String) | The location of signature. |
| set_Name(System::String) | The name of existing signature field. Null to create a new field. |
| set_PageNumber(int32_t) | The page number on which signature is made. |
| set_Reason(System::String) | The reason of signature. |
| set_Rectangle(System::SharedPtr<Aspose::Pdf::Rectangle>) | The rect of signature. |
| set_Visible(bool) | The visiblity of signature. |
| SignOptions(System::String, System::String) | Initializes new instance of the SignOptions object with default options. |
| SignOptions(System::SharedPtr<System::IO::Stream>, System::String) | Initializes new instance of the SignOptions object with default options. |
See Also
- Class OrganizerBaseOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++