Aspose::Pdf::Forms::Signature::set_DefaultSignatureLength method

Signature::set_DefaultSignatureLength method

Sets the default length for the signature data in bytes.

void Aspose::Pdf::Forms::Signature::set_DefaultSignatureLength(int32_t value)

Remarks

This is an estimation of the length of the signature in bytes. Used for signing via CustomSignHash if the AvoidEstimatingSignatureLength parameter is set. The default value is 3000.

See Also