Description
Get/set the "above which resolution" for grayscale images starts downsampling.
Syntax
optprint.GrayImageResolutionAbove [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
the resolution threshold value.
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.GrayImageResolutionAbove = 150
See also