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