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 Long

DLL

int DLReleaseSignProcess(int InstanceID, int SignProcessID);

Parameters

SignProcessIDA value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions.

Return values

0Invalid SignProcessID
1Successfully deleted the signing process