GetSignProcessByteRange
Security and Signatures
Description
Returns an element of the byte range array of a passthough digital signature.
The values should be handled as 32-bit unsigned integers with two values combined to form a 64-bit file position.
Syntax
Delphi
Function TPDFlib.GetSignProcessByteRange(SignProcessID, ArrayPosition: Integer): Integer;
ActiveX
Function PDFlib::GetSignProcessByteRange(SignProcessID As Long, ArrayPosition As Long) As Long
DLL
int DLGetSignProcessByteRange(int InstanceID, int SignProcessID, int ArrayPosition);
Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|---|
| ArrayPosition | 1 = low 32-bits de ByteArray[0] 2 = low 32-bits de ByteArray[1] 3 = low 32-bits de ByteArray[2] 4 = low 32-bits de ByteArray[3] 5 = high 32-bits de ByteArray[0] 6 = high 32-bits de ByteArray[1] 7 = high 32-bits de ByteArray[2] 8 = high 32-bits de ByteArray[3] |