Method XbpPrinter():startDoc() Foundation
Signals the beginning of graphic output (the start of a document).
:startDoc( [<cPrintJobname>] ) --> self
This method returns the object executing the method (self).
An XbpPrinter object only records graphic output that is performed between the calls to the :startDoc() and :endDoc() methods. The method :startDoc() signals the start of output and the method :endDoc() signals the end. Graphic primitives called between the two methods are recorded (spooled) by the XbpPrinter object. After :endDoc() is executed, the spooled data is sent to the printer.
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.