RemoveCustomInformation
Version history
This function was introduced in Quick PDF Library version 7.24.
Description
Removes a custom metadata item from the document.
Syntax
Delphi
function TDebenuPDFLibrary1811.RemoveCustomInformation(Key: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::RemoveCustomInformation(
Key As String) As Long
DLL
int DPLRemoveCustomInformation(int InstanceID, wchar_t * Key)
Parameters
Key | Specifies which key to remove |