Click or drag to resize

ExifParserParseFromImage Method

Parses EXIF data from a JPEG or TIFF image file or stream.
Overload List
  NameDescription
Public methodCode exampleParseFromImage(Stream)
Parses EXIF data from a JPEG or TIFF image file stream.
Public methodCode exampleParseFromImage(String)
Parses EXIF data from a JPEG or TIFF image file.
Public methodCode exampleParseFromImage(Stream, Int32)
Parses EXIF data from an image file stream, specifying the frame index of a multipage TIFF.
Public methodCode exampleParseFromImage(String, Int32)
Parses EXIF data from an image file, specifying the frame index of a multipage TIFF.
Top
See Also