Gets an XmlReader initialized to read the XMP XML content. Returns null, if the metadata tag XMLPacket is not present in this model.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public XmlReader XmlReader { get; }
Visual Basic (Declaration)
Public ReadOnly Property XmlReader As XmlReader
Visual C++
public:
property XmlReader^ XmlReader {
	XmlReader^ get ();
}

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also