XmpHeaderPiGetXmlValue Method |
Converts XMP value to the XML representation.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string GetXmlValue()
Public Function GetXmlValue As String
public:
virtual String^ GetXmlValue() sealed
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