GetInformation
Description
Get the properties of the selected document.
Syntax
Delphi
function TQuickPDF0813.GetInformation(Key: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetInformation(Key As Long) As String
DLL
wchar_t * QuickPDFGetInformation(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 |