DAGetInformation
Document properties, Direct access functionality
Description
Retrieves information from the document information section. This could be standard information such as Author and Subject, or custom information.
Syntax
Delphi
function TQuickPDF0813.DAGetInformation(FileHandle: Integer;
Key: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetInformation(FileHandle As Long,
Key As String) As String
DLL
wchar_t * QuickPDFDAGetInformation(int InstanceID, int FileHandle, wchar_t * Key)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| Key | For standard information use "Author", "Title", "Subject", "Keywords", "Creator", or "Producer". For custom information any other string can be used. |