This function ends the print job.

[C++Builder]     BOOL IKPrintEndDoc(HDC hDC);
[Delphi]         function IKPrintEndDoc(hDC: HDC): LongBool;

Parameters

Name Explanation
hDC The device context retrieved by the IKPrintDlg or IKPrintCreateDC 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 and IKPrintDlg functions.

The differences from the ImageKit5

A new return value has been added.

 

The ImageKit10 VCL is a product created by Newtone Corporation