IsRedirectPrintingForceNumberOfCopies

 

#include “BlackIceDEVMODE.h”

BOOL IsRedirectPrintingForceNumberOfCopies (BlackIceDEVMODE* pDevMode);

Description

Returns the state of the “Use number of copies” option.

If this option is enabled, the printer driver will override the Number of copies and Collate settings coming from the application and use the settings set by the SetRedirectPrintingCopies and SetRedirectPrintingCollate functions, or on the Printing Preferences. This setting does not affect the normal output, only the “Redirect printing” feature.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the option is turned on (The number of copies and collate options set in the driver are used), or FALSE if it is turned off (The number of copies and collate options received from the application are used).

Programming Notes

None

Code Example

None