Enables or disables 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.
SetRedirectPrintingForceNumberOfCopies (pDevMode As Long, bEnable As Boolean) As Boolean
Input value:pDevMode - Handle to the BlackIceDEVMODE structure.
Input value:bEnable - If tis value is TRUE the “Use number of copies” features will be enabled. If the bEnable is FALSE the “Use number of copies” features will be disabled.
Return value:BOOL - TRUE on success otherwise FALSE
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.