MetadataAdd Method (String, XmpValue)
Adds value to metadata.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void Add(
	string key,
	XmpValue value
)

Parameters

key
Type: SystemString
The key to add.
value
Type: Aspose.PdfXmpValue
Value which will be added.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
See Also