Enables or disables document splitting in the printer driver. When printing to a multi-page file format and document splitting is turned on, the printer driver will start a new file every time the file reaches the specified number of pages. The number of pages can be specified using the SetSplitDocumentPage function.
SetSplitDocumentEnabled(pDevMode As Long, bEnabled As Boolean) As Boolean
Input value pDevMode |
- Handle to the BlackIceDEVMODE structure |
Input value bEnabled |
- Set to TRUE, to turn on splitting, set to FALSE, to turn splitting off. |
Return value |
- TRUE on success otherwise FALSE. |
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.