Returns true if document splitting is turned on 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.
IsSplitDocumentEnabled(pDevMode As Long) As Boolean;
Input value pDevMode |
- Handle to the BlackIceDEVMODE structure |
Return value |
- TRUE if splitting is turned on, otherwise FALSE. |
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.