CPrintDialog::PrintDraft

This method determines whether or not the printer should print in draft mode.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.10 and later

Syntax

BOOL PrintDraft() const;

Return Value

TRUE if the dwFlags member of pd structure is set to PD_SELECTDRAFTMODE, which occurs if the user checked Indicates the user selected the Draft mode check box; otherwise, FALSE.

Remarks

Windows-based desktop platforms do not support this method.