toprint — Send text or figure to the printer.
toprint(filename) toprint(linestoprint,pageheader) toprint(figid) toprint(figid,output) status = toprint(filename) status = toprint(linestoprint,pageheader) status = toprint(figid) status = toprint(figid,output)
String: path of the text file to be printed.
String matrix: text to be printed, each entry is a line in printed pages.
String: header of printed pages.
Real: the id of the figure to be printed.
String: printing output type, must be "pos" for PostScript or "gdi" for Bitmap format ("gdi" by default).
Boolean: %T if the printing succeeds, %F otherwise.