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 LongDLL
int DLRemoveCustomInformation(int InstanceID, wchar_t * Key);Parameters
| Key | Specifies which key to remove |
|---|