Scilab 5.3.0
      
      - Manuel Scilab
 - Interface graphique
 - Tree
 - exportUI
 - getvalue
 - root_properties
 - x_choices
 - x_choose
 - x_dialog
 - x_mdialog
 - about
 - addmenu
 - clipboard
 - close
 - delmenu
 - figure
 - findobj
 - gcbo
 - getcallbackobject
 - getinstalledlookandfeels
 - getlookandfeel
 - messagebox
 - printfigure
 - printsetupbox
 - progressionbar
 - setlookandfeel
 - setmenu
 - toolbar
 - toprint
 - uicontrol
 - uigetcolor
 - uigetdir
 - uigetfile
 - uigetfont
 - uimenu
 - uiputfile
 - unsetmenu
 - usecanvas
 - waitbar
 - x_choose_modeless
 - x_matrix
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
toprint
Send text or figure to the printer.
Calling Sequence
toprint(filename) toprint(linestoprint,pageheader) toprint(figid) toprint(figid,output) status = toprint(filename) status = toprint(linestoprint,pageheader) status = toprint(figid) status = toprint(figid,output)
Arguments
- filename
 String: path of the text file to be printed.
- linestoprint
 String matrix: text to be printed, each entry is a line in printed pages.
- pageheader
 String: header of printed pages.
- figid
 Real: the id of the figure to be printed.
- output
 String: printing output type, must be "pos" for PostScript or "gdi" for Bitmap format ("gdi" by default).
- status
 Boolean: %T if the printing succeeds, %F otherwise.
Description
Prints a text file, Scilab character strings or figure.
Examples
See Also
Authors
- A.C.
 - V.C.
 
| << toolbar | Interface graphique | uicontrol >> |