Description
This method ends printing of a document. The method closes the document and the printing application and then frees the allocated memory. You have to use this method after each printing. The BIAPEndPrinting must be called after every document is printed
IMPORTANT: You have to initialize the BiAutoPrint.ocx with BIAPInitialize method before using this method.
Syntax
RetVal = [BiAutoPrint.]BIAPEndPrinting
Returns RetVal Bool TRUE on success, otherwise FALSE.