OutputQuality property (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

OUTPUTQUALITYCONSTANTS OutputQuality;

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Gets or sets the output image quality profile. Possible values are:

Value

Meaning

PDFCOMPOUTPUTQUALITY_AUTO

[0] Choose the quality of the output automatically.

PDFCOMPOUTPUTQUALITY_POOR

[1] Poor output quality with best compression.

PDFCOMPOUTPUTQUALITY_AVERAGE

[2] Average output quality with average compression.

PDFCOMPOUTPUTQUALITY_GOOD

[3] Good output quality with good compression.

PDFCOMPOUTPUTQUALITY_EXCELLENT

[4] Excellent output quality with poor compression.

PDFCOMPOUTPUTQUALITY_USER

[5] The user detects the output quality. This flag is for advanced users.

If the value of OutputQuality is PDFCOMPOUTPUTQUALITY_USER then the following properties must be set:

SegmentQuality property

ColorThreshold property

See Also

Elements:

PDFCompInsertMRC method, ImageQuality Property, CleanSize Property, SegmentQuality Property, ColorThreshold Property, BackGroundThreshold Property, CombineThreshold Property

Topics:

PDF Compressor Functions: Creating a File