Click or drag to resize

JpegMarkerCollection Constructor (Stream)

Creates a new instance of JpegMarkerCollection specifying a stream containing the Jpeg 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 JpegMarkerCollection(
	Stream stream
)

Parameters

stream
Type: System.IOStream
File to retreive Jpeg markers from.
Remarks
Creates a new instance of the JpegMarkerCollection class specifying the file stream to read the markers from.
See Also