This method starts the printing of a page.

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

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The PrintStartPage method starts the printing of a page. This method should be used with the PrintStartPage, PrintEndPage, 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