Method XbpPrinter():create() Foundation
Requests system resources for the printer device context.
:create( [<cDeviceName>], [<nSpoolFormat>|<cSpoolFormat>], ;
[<cDeviceParams>] ) --> self
This method returns the object executing the method (self).
An XbpPrinter object manages a device context provided by the operating system. After XpbPrinter():new() is called, the XbpPrinter object exists but its device context does not yet exist. The :create() method requests the device context from the operating system. Graphic output can be sent from a presentation space to the XbpPrinter object and its device context only after the :create() method is called.
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.