This method ends the print job.

[Visual Basic]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintEndDoc
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetPrintDraw().PrintEndDoc()
[VB.NET]   [ Boolean = ]imagekitcontrolname.PrintDraw.PrintEndDoc()
[C#.NET]   [ bool = ]imagekitcontrolname.PrintDraw.PrintEndDoc()

Parameters

None

Return Value

Returns True (nonzero) if successful. Returns False (0) 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 ActiveX is a product created by Newtone Corporation