ExifParserParseFromImage Method (Stream) |
Parses EXIF data from a JPEG or TIFF image file stream.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic ExifCollection ParseFromImage(
Stream imageStream
)
Public Function ParseFromImage (
imageStream As Stream
) As ExifCollection
Parameters
- imageStream
- Type: System.IOStream
The image file stream to parse data from.
Return Value
Type:
ExifCollection
Examples ExifParser Class
See Also