Click or drag to resize

XmpParserParseFromImage Method

Returns an XmlDocument containing XMP data from an image file or stream.
Overload List
  NameDescription
Public methodParseFromImage(Stream)
Returns an XmlDocument containing XMP data from an image file stream.
Public methodParseFromImage(String)
Returns an XmlDocument containing XMP data from an image file.
Public methodParseFromImage(Stream, Int32)
Returns an XmlDocument containing XMP data from an image file stream and zero based frame index.
Public methodParseFromImage(String, Int32)
Returns an XmlDocument containing XMP data from an image file and zero based frame index.
Top
See Also