This method ends the print job.
[Visual Basic] [ Boolean
=
]imagekitcontrolname.PrintDraw.PrintEndDoc
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPrintDraw().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.