MetadataAdd Method (String, XmpValue) |
Adds value to metadata.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void Add(
string key,
XmpValue value
)
Public Sub Add (
key As String,
value As XmpValue
)
public:
virtual void Add(
String^ key,
XmpValue^ value
) sealed
abstract Add :
key : string *
value : XmpValue -> unit
override Add :
key : string *
value : XmpValue -> unit
Parameters
- key
- Type: SystemString
The key to add. - value
- Type: Aspose.PdfXmpValue
Value which will be added.
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)
See Also