typedef enum ltmfTargetFormat_Compressor
{
ltmfTargetFormat_Compressor_Invalid = 0,
ltmfTargetFormat_Compressor_Indeterminate = 1,
ltmfTargetFormat_Compressor_Valid = 2,
} ltmfTargetFormat_Compressor;
The ltmfTargetFormat_Compressor constants specify the validity of a compressor for the selected target format .
Constant |
Description |
ltmfTargetFormat_Compressor_Invalid |
[0x0000] The compressor is not valid for the current target format. |
ltmfTargetFormat_Compressor_Indeterminate |
[0x0001] The validity of the compressor for the current format cannot be determined. |
ltmfTargetFormat_Compressor_Valid |
[0x0002] The compressor is valid for the current target format. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET