#include “BlackIceDEVMODE.h”
DWORD GetSplitDocumentPage(BlackIceDEVMODE* pDevMode);
Description
Returns the number of pages where the document will be split if splitting is turned on.
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. Splitting can be turned on or off using the SetSplitDocumentEnabled function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
The number of pages where the document will be split if splitting is turned on.
Programming Notes
None
Code Example
None