ConvertColors Property

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 13:04

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

DefColorProfile

DestinationProfileName Property