This method ends the print job.

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

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The PrintEndDoc method ends the print job. This method should be used with the PrintStartDoc, PrintStartPage, and PrintEndPage methods. Please refer to the sample code in the PrintCreateDC and PrintDialog methods.

 

The ImageKit10 VCL is a product created by Newtone Corporation