Skip to content

peICMIntent - cPrintDialog

Methods - Properties

Type

Short

Default

0

Arguments

None

Description

Specifies which color matching method, or intent, should be used by default.

This member is primarily for non-ICM applications.

ICM applications can establish intents by using the ICM functions.

This member can be one of the predefined DMICM_* constants, or a driver-defined value greater than or equal to the value of DMICM_USER.

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'

    Procedure OnInitializeReport
        Handle hoPrintDialog

        Forward Send OnInitializeReport

        Get phoPrintDialog to hoPrintDialog
        Set peICMIntent of hoPrintDialog to DMICM_SATURATE
    End_Procedure
End_Object