Indicates the raster image file format.
lt.Documents.RasterImageFormat = {
Unknown: 0,
TifJpeg422: 24,
CcittGroup4: 29,
RasPdfJpeg: 150,
RasPdfG4: 149
}
lt.Documents.RasterImageFormat = {
Unknown: 0,
TifJpeg422: 24,
CcittGroup4: 29,
RasPdfJpeg: 150,
RasPdfG4: 149
}
Members
0 | Unknown |
(0) Unknown format or not a raster format. |
24 | TifJpeg422 |
(24) TIFF with JPEG compression. This is used by B/W and colored images. |
29 | CcittGroup4 |
(29) TIFF CCITT Group4 two dimensions 4. This is used by B/W images only. |
150 | RasPdfJpeg |
(150) Portable Document Format (PDF) with JPEG compression. This is used by B/W and colored images. |
149 | RasPdfG4 |
(149) Portable Document Format (PDF) with CCITT Group 4 compression. This is used by B/W images only. |
Currently used as:
For an example, refer to Convert.
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