Sets the number of copies the Printer Driver will print.
If this value is set to 1, the value is taken from the printing application. 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.
SetRedirectPrintingCopies (pDevMode As Long, dwValue As Integer) As Boolean
Input value:pDevMode - Handle to the BlackIceDEVMODE structure.
Input value:dwValue - The number of copies the printer driver will print.
Return value:BOOL - TRUE on success otherwise FALSE
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.