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_OUTPUTQUALITY

Show in webframe

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.

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