RemoveCustomInformation
Document properties
Description
Removes a custom metadata item from the document.
Syntax
Delphi
Function TPDFlib.RemoveCustomInformation(Const Key: WideString): Integer;
ActiveX
Function PDFlib::RemoveCustomInformation(Key As String) As Long
DLL
int DLRemoveCustomInformation(int InstanceID, const wchar_t * Key);
Parameters
| Key | Specifies which key to remove |
|---|