typedef enum _DOCWRTCOLORIMGCOMP
{
DOCWRTCOLORIMGCOMP_FLATE_JPEG = 0,
DOCWRTCOLORIMGCOMP_LZW_JPEG,
DOCWRTCOLORIMGCOMP_FLATE,
DOCWRTCOLORIMGCOMP_LZW,
DOCWRTCOLORIMGCOMP_JPEG,
DOCWRTCOLORIMGCOMP_FLATE_JPX,
DOCWRTCOLORIMGCOMP_LZW_JPX,
DOCWRTCOLORIMGCOMP_JPX
} DOCWRTCOLORIMGCOMP, *pDOCWRTCOLORIMGCOMP;
The DOCWRTCOLORIMGCOMP enumeration provides compression information for colored images.
Member | Description |
---|---|
DOCWRTCOLORIMGCOMP_FLATE_JPEG | Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use flate compression. |
DOCWRTCOLORIMGCOMP_LZW_JPEG | Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use LZW compression. |
DOCWRTCOLORIMGCOMP_FLATE | Use flate compression when compressing colored images. |
DOCWRTCOLORIMGCOMP_LZW | Use LZW compression when compressing colored images. |
DOCWRTCOLORIMGCOMP_JPEG | Use JPEG compression when compressing colored images. |
DOCWRTCOLORIMGCOMP_FLATE_JPX | Use JPX compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use flate compression. |
DOCWRTCOLORIMGCOMP_LZW_JPX | Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use LZW compression. |
DOCWRTCOLORIMGCOMP_JPX | JPX compression will be used for all images. |
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