| MetadataAdd Method (KeyValuePairString, XmpValue) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Add(
KeyValuePair<string, XmpValue> item
)
Public Sub Add (
item As KeyValuePair(Of String, XmpValue)
)
public:
virtual void Add(
KeyValuePair<String^, XmpValue^> item
) sealed
abstract Add :
item : KeyValuePair<string, XmpValue> -> unit
override Add :
item : KeyValuePair<string, XmpValue> -> unit Parameters
- item
- Type: System.Collections.GenericKeyValuePairString, XmpValue
Implements
ICollectionTAdd(T)
See Also