MDM_XMP.XmlReader Property

FreeImage.NET

MDM_XMPXmlReader Property
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public XmlReader XmlReader { get; }

Property Value

Type: XmlReader
See Also