PDFCOMP_OUTPUTQUALITY

typedef enum tagPDFCOMP_OUTPUTQUALITY 
{ 
   PDFCOMP_OUTPUTQUALITY_AUTO = 0, 
   PDFCOMP_OUTPUTQUALITY_POOR, 
   PDFCOMP_OUTPUTQUALITY_AVERAGE, 
   PDFCOMP_OUTPUTQUALITY_GOOD, 
   PDFCOMP_OUTPUTQUALITY_EXCELLENT, 
   PDFCOMP_OUTPUTQUALITY_USER 
} PDFCOMP_OUTPUTQUALITY, *LPPDFCOMP_OUTPUTQUALITY; 

The PDFCOMP_OUTPUTQUALITY enumerated type represents the possible values used to determine the quality of the output image when working with the PDF Compressor. This enumerated type is used by the outputQuality member of the PDFCOMPOPTIONS structure.

Member

Description

PDFCOMP_OUTPUTQUALITY_AUTO

Choose the quality of the output automatically.

PDFCOMP_OUTPUTQUALITY_POOR

Poor output quality, best compression.

PDFCOMP_OUTPUTQUALITY_AVERAGE

Average output quality, average compression.

PDFCOMP_OUTPUTQUALITY_GOOD

Good output quality, good compression.

PDFCOMP_OUTPUTQUALITY_EXCELLENT

Excellent output quality, poor compression.

PDFCOMP_OUTPUTQUALITY_USER

For advanced users only.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Mixed Raster Content (MRC) C API Help