ColorImageResolution Property

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

Description

Get/set color image resolution.

Syntax

optprint.ColorImageResolution [=] shortValue

optprint

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

shortValue

resolution. Default = 150

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.Resolution = 200

See also

ColorImageResolutionAbove

GrayImageResolution