PDFDocRemoveSignatureHandler Method |
Removes a signature handler from the signature manager.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void RemoveSignatureHandler(
ulong handlerId
)
Public Sub RemoveSignatureHandler (
handlerId As ULong
)
public:
virtual void RemoveSignatureHandler(
[InAttribute] unsigned long long handlerId
) sealed
function RemoveSignatureHandler(handlerId);
Parameters
- handlerId
- Type: SystemUInt64
The unique id of the signature handler to remove.
See Also