Flags property (ILEADPDFCompressor)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long Flags

Overview

Refer to Creating a Compressed PDF File

Remarks

(Advanced PDF Plug in only) Gets or sets PDF options flags. Possible values are:

Value

Description

PDFCOMP_FAVOR_ONE_BIT

Favors the detection of 1-bit segments.

PDFCOMP_FAVOR_TWO_BIT

Favors the detection of 2-bit segments.

PDFCOMP_FORCE_ONE_BIT

Force all 2-bit segments to be 1-bit.

PDFCOMP_FORCE_TWO_BIT

Force all 1-bit segments to be 2-bit.

PDFCOMP_WITHBACKGROUND

Detect background segments.

PDFCOMP_WITHOUTBACKGROUND

Don’t detect background segments.

See Also

Elements:

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

Topics:

PDF Compressor Functions: Creating a File