#include “BlackIceDEVMODE.h”
BOOL IsSplitDocumentEnabled(BlackIceDEVMODE* pDevMode);
Description
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.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if splitting is turned on, otherwise FALSE.
Programming Notes
None
Code Example
None