EncodeGrayImages Property

Build 1501 on 14/Nov/2017  This topic last edited on: 8/Jul/2014, at 11:14

Description

Get/set the status of enabler of using the image encoding filter set by the ColorImageFilter.

If false, the image is embedded on page as uncompressed.

Default = true.

Syntax

optprint.EncodeGrayImages [=] True | False

optprint

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

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.EncodeGrayImages = False

See also

GrayImageFilter Property

EncodeColorImages Property