MetadataRemove Method (String)
Removes entry from metadata.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key of entry to remove.

Return Value

Type: Boolean

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also