Description
Get/set the rendering intent that determines how the Adobe CMM maps colors.
The four rendering intents are relative colorimetric (0), absolute colorimetric (1), perceptual (2), saturation(3)
Ignored if ConvertColors = 0.
Syntax
optprint.RenderIntent [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.RenderIntent = 0