GetSignProcessEstimatedContentsBytes

Bezpečnosť a podpisy

Opis

Returns the raw-byte capacity reserved for the most recent signature /Contents value produced by a sign process

Syntax

Delphi

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

ActiveX

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

DLL

int DLGetSignProcessEstimatedContentsBytes(int InstanceID, int SignProcessID);

Parametre

SignProcessIDValue returned by a NewSignProcessFrom* function

Návratové hodnoty

Returns the aligned raw-byte capacity after an EndSignProcessTo* call, or 0 before estimation and for an invalid process id

Poznámky

PDF ukladá hodnotu ako hexadecimálny text, takže jej zakódovaný placeholder obsahuje dvojnásobok tohto počtu hex znakov

Read the value before calling ReleaseSignProcess

Pozri tiež

SetSignProcessContentsEstimate, GetSignProcessResult