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)
Syntaxpublic AtalaImage(
string fileName,
int frameIndex,
ProgressEventHandler progress
)
Public Sub New (
fileName As String,
frameIndex As Integer,
progress As ProgressEventHandler
)
Parameters
- fileName
- Type: System.String
The path of the file to open. - frameIndex
- Type: System.Int32
If the image contains multiple frames, this is the zero based index to load. - progress
- Type: Atalasoft.Imaging.ProgressEventHandler
The progress delegate. Can be set to null (Nothing in
Visual Basic).
See Also