Method XbpPrinter():setResolution() Foundation
Retrieves or sets the print resolution.
:setResolution( [<aResolution>] ) --> aResolutionOld | NIL
or
:setResolution( [<nResolution>] ) --> aResolutionOld | NIL
Constant | Description |
---|---|
XBPPRN_RESOLUTION_DRAFT | Prints in draft mode |
XBPPRN_RESOLUTION_LOW | Prints in low resolution |
XBPPRN_RESOLUTION_MEDIUM | Prints in medium resolution |
XBPPRN_RESOLUTION_HIGH | Prints in high resolution |
The method returns the previous setting in form of an array similar to the parameter <aResolution>. If the printer does not support setting this option, this method returns NIL.
The method determines the resolution of printed output. A higher resolution improves the quality of what appears on paper but requires more time until a print job is finished.
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.