Aspose::Pdf::Forms::Signature::get_AvoidEstimatingSignatureLength method

Signature::get_AvoidEstimatingSignatureLength method

Gets and sets an option means whether to avoid estimating the length of a signature.

bool Aspose::Pdf::Forms::Signature::get_AvoidEstimatingSignatureLength() const

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