MetadataRemove Method (KeyValuePairString, XmpValue) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic bool Remove(
KeyValuePair<string, XmpValue> item
)
Public Function Remove (
item As KeyValuePair(Of String, XmpValue)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, XmpValue^> item
) sealed
abstract Remove :
item : KeyValuePair<string, XmpValue> -> bool
override Remove :
item : KeyValuePair<string, XmpValue> -> bool
Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, XmpValue
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also