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 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.