GetCustomInformation
Document properties
Description
Returns a custom value from the document. This function and the SetCustomInformation
Syntax
Delphi
function TPDFlib.GetCustomInformation(Const Key: WideString): WideString;ActiveX
Function PDFlib::GetCustomInformation(Key As String) As StringDLL
wchar_t * DLGetCustomInformation(int InstanceID, wchar_t * Key);Parameters
| Key | Specifies which key to retrieve the value of |
|---|
Return values
| The value of the specified key, or an empty string if the key could not be found. An empty string will also be returned if the key is "Author", "Keywords", "Subject", "Title", "Creator" or "Producer". For these keys, use the GetInformation function. |