Click or drag to resize

PDFDocGetSignatureHandler Method

Gets the associated signature handler instance from the signature manager by looking it up with the provided id.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ISignatureHandler GetSignatureHandler(
	ulong handlerId
)

Parameters

handlerId
Type: SystemUInt64
The unique id of the signature handler to get.

Return Value

Type: ISignatureHandler
The signature handler instance if found, otherwise null.
See Also