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
)
Public Function GetSignatureHandler (
handlerId As ULong
) As ISignatureHandler
public:
virtual ISignatureHandler^ GetSignatureHandler(
[InAttribute] unsigned long long handlerId
) sealed
function GetSignatureHandler(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