ImageFileInfo Class |
Namespace: CohesiveComputing.Imaging
public sealed class ImageFileInfo
The ImageFileInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageFileInfo |
Creates instance of ImageFileInfo.
|
| Name | Description | |
|---|---|---|
| BasePath |
Gets the base path of the file.
| |
| FileExt |
Gets the file extension.
| |
| Filename |
Gets the filename without the extension.
| |
| FileNumber |
Gets the current file index number of the total files.
| |
| FullPath |
Gets the full file path.
| |
| SubDir |
Gets the sub directory under the base path of the file.
| |
| TotalFiles |
Gets the total number of files to be processed.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the string representation of the current instance.
(Overrides ObjectToString.) |