DestinationProfileName Property

Build 1501 on 14/Nov/2017  This topic last edited on: 7/Jul/2014, at 11:21

Description

Get/set the destination colorprofile to apply the color space conversion.

Ignored if ConvertColors = 0.

Syntax

optprint.DestinationProfileName [=] colorProfileName

optprint

print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")

Example

Dim optPrint As Editorial.PrintOptions = Nothing

optPrint = Fred.GetPDFOptions("")

optPrint.DestinationProfileName = "abc"