Description
Get/set the color conversion option.
Syntax
optprint.ConvertColors [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
0: No Color conversion
1: Convert to CMYK
2: Convert to RGB
3: Convert to GRAY
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.ConvertColors = 0
See also
DestinationProfileName Property