Click or drag to resize

AtalaImage Constructor (String, ProgressEventHandler)

Initialize a new instance of a AtalaImage class specifying the file of the image to open.

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,
	ProgressEventHandler progress
)

Parameters

fileName
Type: SystemString
The path of the file to open.
progress
Type: Atalasoft.ImagingProgressEventHandler
The progress delegate. Can be set to null (Nothing in Visual Basic).
Remarks
A URL formatted string can be passed to download a file. If the address is pointing to an FTP site, you may need to include the username and password in the URL to allow access to the file.
See Also