This method starts a print job.

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

Parameters

None

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The PrintStartDoc method starts the print job. This method should be used with the PrintStartPage, PrintEndPage, and PrintEndDoc methods. If the Caption, ButtonName, or Message properties are not set, the Cancel Printing dialog box will not be displayed. Please refer to the sample code in the PrintCreateDC and PrintDialog methods.

 

The ImageKit10 VCL is a product created by Newtone Corporation