Method XbpPrinter():endDoc() Foundation

Signals the end of graphic output (the end of a document).

Syntax
:endDoc() --> self
Return

This method returns the object executing the method (self).

Description

An XbpPrinter object records all graphic output performed between the calls to :startDoc() and :endDoc(). The :startDoc()method signals the beginning of output (the start of the print job) and the :endDoc() method signals the end. Graphic functions (graphic primitives) called between the two methods are recorded (spooled) by the XbpPrinter object. After:endDoc() is executed, the print job is sent to the printer.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.