PDFCOMP_2BITCOMPTYPE

Summary

The PDFCOMP_2BITCOMPTYPE enumerated type represents the possible compression types used with 2 bit images. This enumerated type is used by the comp2Bit member of the PDFCOMPRESSION structure.

Syntax

typedef enum  tagPDFCOMP_2BITCOMPTYPE 
{ 
   PDFCOMP_2BITCOMPTYPE_ZIP = 0, 
   PDFCOMP_2BITCOMPTYPE_LZW, 
} PDFCOMP_2BITCOMPTYPE, *LPPDFCOMP_2BITCOMPTYPE; 

Members

PDFCOMP_2BITCOMPTYPE_ZIP

[0] Use Zip Compression.

PDFCOMP_2BITCOMPTYPE_LZW

[1] Use LZW Compression.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Mixed Raster Content (MRC) C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.