Indicates the raster image file format.
lt.Document.RasterImageFormat = {
unknown: 0,
tifJpeg422: 24,
ccittGroup4: 29,
rasPdfJpeg: 150,
rasPdfG4: 149
}
lt.Document.RasterImageFormat = {
unknown: 0,
tifJpeg422: 24,
ccittGroup4: 29,
rasPdfJpeg: 150,
rasPdfG4: 149
}
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:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document