GetSignProcessResult

Segurança e Assinaturas

Descrição

Retorna o resultado de assinatura de um processo de assinatura digital

Sintaxe

Delphi

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

ActiveX

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

DLL

int DLGetSignProcessResult(int InstanceID, int SignProcessID);

Parâmetros

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

Valores retornados

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