 | ImageFileInfo Constructor |
Creates instance of ImageFileInfo.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxpublic ImageFileInfo(
int totalFiles,
int fileNumber,
string fullPath,
string basePath
)
Parameters
- totalFiles
- Type: SystemInt32
Total number of files found in base and sub-directories. - fileNumber
- Type: SystemInt32
The index number of the current file. - fullPath
- Type: SystemString
Full path of the current file. - basePath
- Type: SystemString
Base path of the current file.
ExceptionsException | Condition |
---|
ArgumentException |
Argument must not be null or empty string. - fullPath
or
Argument must not be null or empty string. - basePath
or
Path must be rooted. - fullPath
or
FullPath must start with basePath.
|
InvalidOperationException | Base path is longer than full path. |
See Also