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 TQuickPDF0815.RemoveCustomInformation(Key: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::RemoveCustomInformation(Key As String) As Long
DLL
int QuickPDFRemoveCustomInformation(int InstanceID, wchar_t * Key)
Parameters
| Key | Specifies which key to remove |