GetCustomKeys
Description
Returns all the custom keys in either the Document Information Dictionary or Document Catalog as a CSV string. See the StoreCustomData and RetrieveCustomData functions for details of how to manipulate the data stored under these keys.
Syntax
Delphi
function TQuickPDF0813.GetCustomKeys(Location: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetCustomKeys(Location As Long) As String
DLL
wchar_t * QuickPDFGetCustomKeys(int InstanceID, int Location)
Parameters
| Location |
The location to extract custom key names from: 1 = Document Information Dictionary 2 = Document Catalog |