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