Click or drag to resize

DigitalSignatureFieldCertifyOnNextSaveWithCustomHandler Method

Must be called to prepare a signature for certification, which is done afterwards by calling Save. Throws if document already certified. Default document permission level is e_annotating_formfilling_signing_allowed. Throws if signature field already has a digital signature dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void CertifyOnNextSaveWithCustomHandler(
	ulong in_signature_handler_id
)

Parameters

in_signature_handler_id
Type: SystemUInt64
The unique id of the signature handler to use to certify this digital signature.
See Also