Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
beginp path
opens and activates a print device.
This function opens an additional graphics output device. The device type is obtained from the given file extension.
Parameters
pathname
: Filename for the print device.The following file types are supported:
val beginp_extended :
string ->
[< `Color | `GreyScale ] ->
[< `A0
| `A1
| `A2
| `A3
| `A4
| `A5
| `A6
| `A7
| `A8
| `A9
| `B0
| `B1
| `B10
| `B2
| `B3
| `B4
| `B5
| `B6
| `B7
| `B8
| `B9
| `C5E
| `Comm10E
| `DLE
| `Executive
| `Folio
| `Ledger
| `Legal
| `Letter
| `Tabloid ] ->
[< `Landscape | `Portrait ] ->
unit
beginprint_ext path mode format orientation
opens and activates a print device with the given layout attributes.
The available formats are:
Parameters
pathname
: Filename for the print device.mode
: Output mode (Color, GrayScale)format
: Output format (see table)orientation
: Page orientation (Landscape, Portait)