Aspose::Pdf::Forms::Signature::set_AvoidEstimatingSignatureLength method
Signature::set_AvoidEstimatingSignatureLength method
Gets and sets an option means whether to avoid estimating the length of a signature.
void Aspose::Pdf::Forms::Signature::set_AvoidEstimatingSignatureLength(bool value)
Remarks
Avoids to estimate signature length before a signing document. Used for signing via CustomSignHash an via ExternalSignature. If CustomSignHash returns a signature longer than DefaultSignatureLength, then Aspose::Pdf::Security::SignatureLengthMismatchException will be thrown. The default value is false.
See Also
- Class Signature
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++