Click or drag to resize

DigitalSignatureFieldSignOnNextSaveWithCustomHandler Method

Must be called to prepare a signature for signing, which is done afterwards by calling Save. Cannot sign two signatures during one save (throws). 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 SignOnNextSaveWithCustomHandler(
	ulong in_signature_handler_id
)

Parameters

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