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.

[C++Builder]   [ bool = ]imagekitcontrolname->PrintDraw->PrintEndPage()
[Delphi]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintEndPage

Parameters

None

Return Value

Returns True if successful. Returns False 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.

 

The ImageKit10 VCL is a product created by Newtone Corporation