Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Mixed Raster Content (MRC) C DLL Help

PDFCOMP_1BITCOMPTYPE

Show in webframe

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;

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.

Member

Description

PDFCOMP_1BITCOMPTYPE_ZIP

[0] Use Zip Compression.

PDFCOMP_1BITCOMPTYPE_LZW

[1] Use LZW Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G3_1D

[2] Use FAX G3_1D Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G3_2D

[3] Use FAX G3_2D Compression.

PDFCOMP_1BITCOMPTYPE_CCITT_G4

[4] Use FAX G4 Compression.

PDFCOMP_1BITCOMPTYPE_JBIG2

[5] Use JBIG2 Compression.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.