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.