EndSignProcessToString

Security and Signatures

Description

Completes a digital signature process and returns the signed document as a string of 8-bit bytes.

The result returned by EndSignProcessToString will always be zero. To check the result of the digital signature signing process call the GetSignProcessResult function.

Syntax

Delphi

function TPDFlib.EndSignProcessToString(SignProcessID: Integer): AnsiString;

ActiveX

Function PDFlib::EndSignProcessToString(SignProcessID As Long) As String

DLL

char * DLEndSignProcessToString(int InstanceID, int SignProcessID);

Parameters

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