Contents Up Previous Next

PostScript device context

A PostScript device context is used for drawing into a postscript file.

postscript-dc-create


postscript-dc-create

long ( postscript-dc-create optional string file
optional long interactive optional long window-id)

Creates a postscript device context and returns its ID.

file is the file to be used for printing to. interactive may be 1 to popup up a printer dialog, or 0 otherwise. window-id is a parent window for the printer dialog.