Aspose::Pdf::Plugins::SignOptions class

SignOptions class

Represents Sign Options for Signature plugin.

class SignOptions : public Aspose::Pdf::Plugins::OrganizerBaseOptions

Methods

MethodDescription
get_Contact() constThe contact of signature.
get_Location() constThe location of signature.
get_Name() constThe name of existing signature field. Null to create a new field.
get_PageNumber() constThe page number on which signature is made.
get_Reason() constThe reason of signature.
get_Rectangle() constThe rect of signature.
get_Visible() constThe 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