GetDocumentIdentifier
Description
Returns the document identifier. This identifier consists of two parts, each strings. The first string does not change when the document is resaved with an "incremental update" in Acrobat. This can be seen as the permanent identifier for the document. The second part will change each time the document is resaved, even if the resave is an incremental update.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetDocumentIdentifier(Part,
Options: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetDocumentIdentifier(Part As Long,
Options As Long) As String
DLL
wchar_t * DPLGetDocumentIdentifier(int InstanceID, int Part, int Options)
Parameters
Part |
0 = Permanent identifier 1 = Changeable identifier |
Options |
0 = Return the identifier as a string of characters 1 = Return the identifier as a hexadecimal string |