TxImageCompressionType
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

This type allows you to specify how an image is to be stored in a PDF document.

Syntax

enum TxImageCompressionType

Remarks

PDF Creator Pilot supports the following image compression types:

Name

Description

Value

itcFlate

Stores an image with a "Flate" algorithm

0

itcJpeg

Stores an image with a JPEG algorithm

1

itcCCITT3

Stores black-and-white (b/w) images with a CCITT3 algorithm

2

itcCCITT32d

Stores b/w images with a CCITT3(2D) algorithm

3

itcCCITT4

Stores b/w images with a CCITT4 algorithm

4

See Also

Reference