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 TDebenuPDFLibrary1811.DAGetInformation(FileHandle: Integer;
Key: WideString): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DAGetInformation(FileHandle As Long,
Key As String) As String
DLL
wchar_t * DPLDAGetInformation(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. |