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.
GetSplitDocumentPage(pDevMode As Long) As Long
|
Input value pDevMode |
- Handle to the BlackIceDEVMODE structure |
|
Return value |
- The number of pages where the document will be split if splitting is turned on. |
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.