SetRedirectPrintingCollate

 

Enables or disables collated printing.

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 method.

 

SetRedirectPrintingCollate (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value:pDevMode        - Handle to the BlackIceDEVMODE structure.

Input value:bEnable            - If this value is TRUE Collated printing is enabled, if bEnable is FALSE Collated printing is disabled.

Return value:BOOL             - TRUE on success otherwise FALSE


NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.