GetInformation
Document properties
Description
Get the properties of the selected document.
Syntax
Delphi
function TPDFlib.GetInformation(Key: Integer): WideString;ActiveX
Function PDFlib::GetInformation(Key As Long) As StringDLL
wchar_t * DLGetInformation(int InstanceID, int Key);Parameters
| Key | The property to get: 0 = PDF Version 1 = Author 2 = Title 3 = Subject 4 = Keywords 5 = Creator 6 = Producer 7 = Creation date 8 = Modification date |
|---|