typedef enum _DOCWRT1BITIMGCOMP
{
DOCWRT1BITIMGCOMP_FLATE = 0,
DOCWRT1BITIMGCOMP_FAX_G31D,
DOCWRT1BITIMGCOMP_FAX_G32D,
DOCWRT1BITIMGCOMP_FAX_G4,
DOCWRT1BITIMGCOMP_LZW,
DOCWRT1BITIMGCOMP_JBIG2
} DOCWRT1BITIMGCOMP,*pDOCWRT1BITIMGCOMP;
The DOCWRT1BITIMGCOMP enumeration provides compression type information for one-bit images.
Use flate compression when compressing one-bit images.
Use FAX G3_1D compression when compressing one-bit images.
Use FAX G3_2D compression when compressing one-bit images.
Use FAX G4 compression when compressing one-bit images.
Use LZW compression when compressing one-bit images.
Use JBIG2 compression when compressing one-bit images.
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