FileSystemImageSource Constructor (String, Boolean) |
Provides access to all image files from a directory or file
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 path,
bool doAllFrames
)
Public Sub New (
path As String,
doAllFrames As Boolean
)
Parameters
- path
- Type: SystemString
A path to a directory or file containing image files. - doAllFrames
- Type: SystemBoolean
If true, this image source will provide access to every available frame in every file.
Return Value
Type:
A new FileSystemImageSource object.
Exceptions Exception | Condition |
---|
| Thrown if the path 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