IPrinterSettings.ICMMethod
IPrinterSettings
property ICMMethod: Integer;
Type Library
TeeChartx
Description
Specifies how ICM is handled. For a non-ICM application, this member determines if ICM is enabled or disabled. For ICM applications, the system examines this member to determine how to handle ICM support. This member can be one of the following predefined values, or a driver-defined value greater than or equal to the value of DMICMMETHOD_USER.
Value - Meaning
1 - DMICMMETHOD_NONE Specifies that ICM is disabled.
2 - DMICMMETHOD_SYSTEM Specifies that ICM is handled by Windows.
3 - DMICMMETHOD_DRIVER Specifies that ICM is handled by the device driver.
4 - DMICMMETHOD_DEVICE Specifies that ICM is handled by the destination device.