This function ends the print job.

[C++Builder/Visual C++]     BOOL IKPrintEndDoc(HDC hDC);
[Delphi]         function IKPrintEndDoc(hDC: HDC): LongBool;
[Visual Basic]   Function IKPrintEndDoc(ByVal hDC As Long) As Long

Parameters

Name Explanation
hDC The device context retrieved by the IKPrintDialog, IKPrintDlg, IKPrintCreateDC or the IKPrintCreateDCEx functions

Return Value

Returns True (nonzero) if successful. Returns False (0) if unsuccessful.

Explanation

The IKPrintEndDoc function ends the print job. This function should be used with the IKPrintStartDoc, IKPrintStartPage, IKPrintEndPage functions. Please refer to the sample code in the IKPrintCreateDC, IKPrintCreateDCEx, IKPrintDialog, and IKPrintDlg functions.

 

The differences from the ImageKit5

A new return value has been added.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation