Description
Get/set grayscale image downsample type. Default is bicubic.
Syntax
optprint.GrayImageDownsampleType [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
mode:
0: Do Not downsample
1: Average downsampling
2: Subsampling
3: Bicubic
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.GratImageDownsampleType = 2
See also
And also