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)
Syntaxpublic AtalaImage(
string fileName,
ProgressEventHandler progress
)
Public Sub New (
fileName As String,
progress As ProgressEventHandler
)
Parameters
- fileName
- Type: System.String
The path of the file to open. - progress
- Type: Atalasoft.Imaging.ProgressEventHandler
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