GetSignProcessResult

Security and Signatures

Description

Returns the signing result of a digital signature process.

Syntax

Delphi

function TPDFlib.GetSignProcessResult(SignProcessID: Integer): Integer;

ActiveX

Function PDFlib::GetSignProcessResult(SignProcessID As Long) As Long

DLL

int DLGetSignProcessResult(int InstanceID, int SignProcessID);

Parameters

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

Return values

1The file was signed successfully 2 Input PDF not found 3 Input PDF cannot be read 4 Input PDF password incorrect 5 Certificate file not found 6 Certificate file is invalid 7 Incorrect certificate password 8 Unknown certificate format No private key found in certificate file 9 10 Could not write output file 11 Could not apply signature The signature field name was blank 12