CompressPages Property

Build 1501 on 14/Nov/2017  This topic last edited on: 28/Feb/2013, at 19:42

Description

Get/set the compression flag for pages.

Syntax

optprint.CompressPages

optprint

print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.CompressPages = true

Note

This applies only on PDF versions 1.5 or higher - in version 1.6, where you can select also PDF versions 1.3 and 1.4, you should not apply compression on those.