PDFCOMP_1BITCOMPTYPE

Summary

The PDFCOMP_1BITCOMPTYPE enumerated type represents the values used to determine the Compression type to be used with 1 bit images. This enumerated type is used by the comp1Bit member of the PDFCOMPRESSION structure.

Syntax

typedef enum  tagPDFCOMP_1BITCOMPTYPE 
{ 
   PDFCOMP_1BITCOMPTYPE_ZIP = 0, 
   PDFCOMP_1BITCOMPTYPE_LZW, 
   PDFCOMP_1BITCOMPTYPE_CCITT_G3_1D, 
   PDFCOMP_1BITCOMPTYPE_CCITT_G3_2D, 
   PDFCOMP_1BITCOMPTYPE_CCITT_G4, 
   PDFCOMP_1BITCOMPTYPE_JBIG2 
} PDFCOMP_1BITCOMPTYPE, *LPPDFCOMP_1BITCOMPTYPE; 

Members

PDFCOMP_1BITCOMPTYPE_ZIP

Use Zip Compression.

PDFCOMP_1BITCOMPTYPE_LZW

Use LZW Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G3_1D

Use FAX G3_2D Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G3_2D

Use FAX G3_2D Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G4

Use FAX G4 Compression.

PDFCOMP_1BITCOMPTYPE_JBIG2

Use JBIG2 Compression.

Usage

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

LEADTOOLS MRC C++ Class Library Help

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