XmpPackageGetKeyValueAsXml Method |
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected virtual string GetKeyValueAsXml(
string key
)
Protected Overridable Function GetKeyValueAsXml (
key As String
) As String
protected:
virtual String^ GetKeyValueAsXml(
String^ key
)
abstract GetKeyValueAsXml :
key : string -> string
override GetKeyValueAsXml :
key : string -> string
Parameters
- key
- Type: SystemString
The type of XMP array.
Return Value
Type:
StringReturns the RDF code for specific
XmpArrayType.
See Also