DigitalSignatureFieldClearSignature Method |
Clears cryptographic signature, if present. Otherwise, does nothing. Do not need to call HasCryptographicSignature before calling this. After clearing, other signatures should still pass validation. Clears the appearance as well.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void ClearSignature()
Public Sub ClearSignature
public:
virtual void ClearSignature() sealed
function ClearSignature();
See Also