Click or drag to resize

JpegMarkerCollection Constructor (String)

Creates a new instance of JpegMarkerCollection specifying the filename of the image.

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(
	string fileName
)

Parameters

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