XmpPackageGetKeyValueAsXml Method

Gets the RDF code for specific XmpArrayType.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected virtual string GetKeyValueAsXml(
	string key
)

Parameters

key
Type: SystemString
The type of XMP array.

Return Value

Type: String
Returns the RDF code for specific XmpArrayType.
See Also