Win32Prn() > Document methods |
Terminates the current print job.
:endDoc( [<lAbortDoc>] ) --> lSuccess
Method :endDoc() must be called as the last method of a print job. It signals the spooler that the xHarbour application produces no more print output. The spooler then sends print output to the printer, unless <lAbortDoc> is set to .T. (true).
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com