Description
Get/set gray scale image resolution.
Syntax
optprint.GrayImageResolution = value |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
value
resolution. Default = 150
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.GrayImageResolution = 200
See also