[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SET VECTOR PRINT

Description:
This command toggles vector printing to an ON or OFF state and accepts
commands to control page eject, color, and other aspects of vector
printing.  This command, without any arguments will toggle vector
printing off and eject the current page.

Syntax:
SET VECTOR PRINT [ON] [OFF]
   [HORIZONTAL OFFSET <hoffset>]
   [VERTICAL OFFSET <voffset>]
   [HORIZONTAL LENGTH <hlength>]
   [UNITS <units>]
   [VERTICAL SCALE <vscale>]
   [PORTRAIT]
   [PCL5]
   [LASERJET]
   [POSTSCRIPT]
   [WINDOW]
   [COLOR]
   [PATTERN]
   [EJECT]
   [NOEJECT]

Arguments:
<hoffset> is the horizontal offset from the left of the page.
<voffset> is the vertical offset from the base of the page.
<hlength> is the base length of the image on the page.
<units> is the specifies either "MMS", points "1/72" nd of an inch, or
  "1/100" th of an inch.
<vscale> is the specifies the Cartesian Y axis scale factor percent.
[PORTRAIT] is the invokes an orientation angle on page of 90 degrees.
[PCL5] invokes a printing mode that supports HPGL, LaserJet III and above,
  and any printer that supports HPGL plotter emulation.
[LASERJET] is synonomous with PCL5.
[POSTSCRIPT] invokes a Postscript printing mode.
[WINDOW] prints within the current clipping window.
[COLOR] is the invokes postscript color printing mode.
[PATTERN] is the invokes postscript pattern priority.
[NOEJECT] is the suppresses page ejecting when toggling postscript
  printing to the OFF state.

Example:
SET VECTOR PRINT ON LASERJET              // toggle vector print on
* drawing commands *
SET VECTOR PRINT OFF EJECT                // toggle vector off, eject

         Purpose: Set the vector print feature ON or OFF
 Mapped Function: __SetVectorPrint() contained in GLLIBR.PRG.
   dGE functions: printps(),vpon(),vpoff()
   Other GL UDFs: None.
System variables: None.
System constants: None.

See Also:

See Also: __SetVectorPrint()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson