MetadataRemove Method (String) |
Removes entry from metadata.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The key of entry to remove.
Return Value
Type:
BooleanImplements
IDictionaryTKey, TValueRemove(TKey)
See Also