Aspose::Pdf::Forms::SignatureField class
Contents
[
Hide
]SignatureField class
Represents signature form field.
class SignatureField : public Aspose::Pdf::Forms::Field
Methods
Method | Description |
---|---|
ExtractCertificate() | Extracts the single X.509 certificate in DER format as a stream. |
ExtractCertificateObject() | Extracts the single X.509 certificate object. |
ExtractImage() | Extracts signature’s image as jpeg encoded stream. |
ExtractImage(System::SharedPtr<System::Drawing::Imaging::ImageFormat>) | Extracts signature’s image as encoded stream. |
get_Signature() | Gets signature object. This object contains signature data regarding public-key cryptographic standards. Classes PKCS1, PKCS7 and PKCS7Detached represent all supported types of signature objects. |
Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature>, System::SharedPtr<System::IO::Stream>, System::String) | Signs the document using this signature field. |
Sign(System::SharedPtr<Aspose::Pdf::Forms::Signature>) | Sign the document using this signature field. |
SignatureField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) | Initializes new instance of the SignatureField class. |
SignatureField(System::SharedPtr<Document>, System::SharedPtr<Rectangle>) | Initializes new instance of the SignatureField class. |
See Also
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++