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 String

DLL

wchar_t * DLGetInformation(int InstanceID, int Key);

Parameters

KeyThe property to get: 0 = PDF Version 1 = Author 2 = Title 3 = Subject 4 = Keywords 5 = Creator 6 = Producer 7 = Creation date 8 = Modification date