GrayImageFilter Property

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

Description

Get/set gray scale  image filter.

Syntax

optprint.GrayImageFilter = value

optprint

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

value

mode:

0: None

1: JPEG

2: ZIP

3: JPEG 2000

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.GrayImageFilter = 2

See also

ColorImageFilter