Click or drag to resize

AtalaImage Constructor (String, Int32, ProgressEventHandler)

Initialize a new instance of an AtalaImage class specifying an image file and a page index to decode.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage(
	string fileName,
	int frameIndex,
	ProgressEventHandler progress
)

Parameters

fileName
Type: SystemString
The path of the file to open.
frameIndex
Type: SystemInt32
If the image contains multiple frames, this is the zero based index to load.
progress
Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in Visual Basic).
See Also