ExifParserParseFromImage Method (String) |
Parses EXIF data from a JPEG or TIFF image file.
Namespace:
Atalasoft.Imaging.Metadata
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ExifCollection ParseFromImage(
string imageFile
)
Public Function ParseFromImage (
imageFile As String
) As ExifCollection
Parameters
- imageFile
- Type: SystemString
The image filename to parse data from.
Return Value
Type:
ExifCollection An ExifCollection containing all EXIF information.
Examples ExifParser Class
Examples ExifParser Class
See Also