<< Click to Display Table of Contents >> VpePageBreak |
Adds a new blank page to the end of the document. Then VPE executes internally a VpeGotoPage() statement to this page, so that all further output-calls will draw onto this new page.
int VpePageBreak(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle
Returns:
Value |
Description |
True |
success |
False |
failure |
Remarks:
In case of an error, LastError is set. An error can occur, if the document is SwapFile based - i.e. you have used VpeOpenDocFile() - and there was an error writing to the SwapFile, because for example the harddisk is full.