IsRedirectPrintingCollate

 

#include “BlackIceDEVMODE.h”

BOOL IsRedirectPrintingCollate (BlackIceDEVMODE* pDevMode);

Description

Returns whether collated printing is enabled.

Collated printing will print page documents after each other in proper order, while uncollated printing will print the first page copies, then the second page copies, and so on, as on the explanation diagram below.

This setting does not affect the normal output, only the “Redirect printing” feature. The “Use number of copies” feature must be enabled using the SetRedirectPrintingForceNumberOfCopies function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if collated printing is enabled, otherwise FALSE.

Programming Notes

None

Code Example

None