PDFCOMP_OUTPUTQUALITY

Summary

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.

Syntax

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; 

Members

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.

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.