Classes
| Class | Description | |
|---|---|---|
| CogImageFile | Object supporting access to image files. | |
| CogImageFileBMP | Object supporting access to .bmp files. | |
| CogImageFileCDB | Object supporting access to .cdb /.idb files. | |
| CogImageFileJPEG | Object supporting access to .jpg files. | |
| CogImageFilePNG | Object supporting access to .png files. | |
| CogImageFileProviderStateFlags | Class that defines the state flags for the ICogImageFileProvider interface. Each static field in this class defines a single bit flag. These flags may appear in the EventArgs of a Changed event fired by any class implementing ICogImageFileProvider. | |
| CogImageFileTIFF | Object supporting access to .tif files. | |
| CogImageFileTool | The image file tool. |
Interfaces
| Interface | Description | |
|---|---|---|
| ICogImageFileProvider | Interface implemented by all objects that support a specific image file format. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogImageFileCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogImageFileLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogImageFileLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be returned by the Tool's CreateLastRunRecord function. | |
| CogImageFileModeConstants | Enumeration of file open modes. |