Aspose::Pdf::Forms::DocMDPSignature::DocMDPSignature constructor

DocMDPSignature::DocMDPSignature constructor

Initializes a new instance of the DocMDPSignature class.

Aspose::Pdf::Forms::DocMDPSignature::DocMDPSignature(System::SharedPtr<Aspose::Pdf::Forms::Signature> signature, DocMDPAccessPermissions accessPermissions)
ParameterTypeDescription
signatureSystem::SharedPtr<Aspose::Pdf::Forms::Signature>The signature object that used during signing.
accessPermissionsDocMDPAccessPermissionsThe access permissions granted for this document.

See Also