FileSystemImageSource Constructor (String, Boolean) |
Provides access to a list of image files.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public FileSystemImageSource(
string[] fileNames,
bool doAllFrames
)
Public Sub New (
fileNames As String(),
doAllFrames As Boolean
)
Parameters
- fileNames
- Type: SystemString
A list of file names to be loaded as images. - doAllFrames
- Type: SystemBoolean
If true, this image source will provide access to every available frame in every file.
Exceptions Exception | Condition |
---|
| Thrown if the fileNames argument is null (Nothing in VB). |
Remarks This will provide access only to image files for which there is an existing registered codec.
Because there is a codec available for a file does not mean that it can be loaded.
See Also