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
)
Public Sub SignOnNextSaveWithCustomHandler (
in_signature_handler_id As ULong
)
public:
virtual void SignOnNextSaveWithCustomHandler(
[InAttribute] unsigned long long in_signature_handler_id
) sealed
function SignOnNextSaveWithCustomHandler(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