XmpRdfRootGetXmlValue Method |
Converts xmp value to the xml representation.
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic string GetXmlValue()
Public Function GetXmlValue As String
public:
virtual String^ GetXmlValue() sealed
abstract GetXmlValue : unit -> string
override GetXmlValue : unit -> string
Return Value
Type:
StringReturns XMP value converted to XML string.
Implements
IXmlValueGetXmlValue
See Also