ExifParserParseFromImage Method (Stream, Int32) |
Parses EXIF data from an image file stream, specifying the frame index of a multipage TIFF.
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 virtual ExifCollection ParseFromImage(
Stream imageStream,
int frameIndex
)
Public Overridable Function ParseFromImage (
imageStream As Stream,
frameIndex As Integer
) As ExifCollection
Parameters
- imageStream
- Type: System.IOStream
The image file stream to parse data from. - frameIndex
- Type: SystemInt32
The zero based frame index of a multipage TIFF image to load EXIF data from.
Return Value
Type:
ExifCollectionExamples ExifParser Class
See Also