XmpPackageGetXmlValue Method |
Converts XMP value to the XML representation.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public 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
IXmlValueGetXmlValueSee Also