Debenu Quick PDF logo

GetCustomInformation

Document properties

Description

Returns a custom value from the document. This function and the SetCustomInformation function can be used to store and retrieve custom document metadata.

Syntax

Delphi

function TDebenuPDFLibrary1811.GetCustomInformation(Key: WideString): WideString;

ActiveX

Function DebenuPDFLibrary1811.PDFLibrary::GetCustomInformation(
  Key As String) As String

DLL

wchar_t * DPLGetCustomInformation(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.

Copyright © 2020 Debenu. All rights reserved. AboutContactBlogNewsletterSupport