ReleaseSignProcess
Security and Signatures
Description
Releases a signature process from memory.
Syntax
Delphi
function TPDFlib.ReleaseSignProcess(SignProcessID: Integer): Integer;ActiveX
Function PDFlib::ReleaseSignProcess(SignProcessID As Long) As LongDLL
int DLReleaseSignProcess(int InstanceID, int SignProcessID);Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|
Return values
| 0 | Invalid SignProcessID |
|---|---|
| 1 | Successfully deleted the signing process |