IPrinterSettings.DisplayFlags
IPrinterSettings

property DisplayFlags: Integer;

Type Library
TeeChartx

Description
Specifies the device's display mode. This member can be a combination of the following values.

Value Meaning

1 DM_GRAYSCALE Specifies that the display is a noncolor device. If this flag is not set, color is assumed.

2 DM_INTERLACED Specifies that the display mode is interlaced. If the flag is not set, noninterlaced is assumed.

Display drivers use this member, for example, in the ChangeDisplaySettings function. Printer drivers do not use this member.