TxCompressionType
IPDFDocument3 :: Types used in IPDFDocument3

See Also
Collapse All

This compression type allows you to enable or disable compression in a PDF document.

Syntax

enum TxCompressionType

Remarks

PDF Creator Pilot supports the following compression types:

Name

Description

Value

ctNone

Text is not compressed.

0

ctFlate

Text is compressed using the 'deflate' method.

1

See Also

Reference