post-script-dc% : class? | ||
superclass: object% | ||
|
See also printer-dc%.
| ||||||||||||||||
→ (is-a?/c post-script-dc%) | ||||||||||||||||
interactive : any/c = #t | ||||||||||||||||
| ||||||||||||||||
use-paper-bbox : any/c = #f | ||||||||||||||||
as-eps : any/c = #t |
If parent is not #f, it is used as the parent window of the configuration dialog.
If interactive is #f, then the settings returned by current-ps-setup are used. A file dialog is still presented to the user if the get-file method returns #f, and the user may hit cancel in that case so that ok? returns #f.
If use-paper-bbox is #f, then the PostScript bounding box for the output is determined by drawing commands issued to the object; such a bounding box encloses all parts of the drawing ignoring clipping regions (so the bounding box may be approximate). If use-paper-bbox is not #f, then the bounding box is determined by the current paper size (as specified by current-ps-setup), and the bounding box does not include the margin (also specified by current-ps-setup).
If as-eps is #f, then the generated PostScript does not include an Encapsulated PostScript (EPS) header, and instead includes a generic PostScript header. Otherwise, the generated PostScript includes a header that identifiers it as EPS.