This method ends the printing of a page and goes to the next page. This method needs to be called at the end of each page.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.PrintDraw.PrintEndPage
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPrintDraw().PrintEndPage()
Parameters
None
Return Value
Returns True (nonzero) if successful. Returns False (0) if unsuccessful.
Explanation
The PrintEndPage method ends the printing of a page and goes to the next page. This method needs to be called at the end of each page. This method should be used with the PrintStartDoc, PrintStartPage, and PrintEndDoc methods. Please refer to the sample code in the PrintCreateDC and PrintDialog methods.