[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Print screen to a laser printer
Mapped Command: PRINT IMAGE TO LASER
FUNCTION __PrintLaser(reset,formfeed,aspect,paintjet,bwpaintjet,landscape,reverse,hoffset,voffset,density)
   local mode := reset+formfeed+aspect+paintjet+bwpaintjet+landscape+reverse
   hoffset    := if(hoffset == NIL,0,hoffset)
   voffset    := if(voffset == NIL,0,voffset)
   density    := if(density == NIL,0,density)
   printpcl(mode,hoffset,voffset,density)
RETURN(Void)

See Also: PRINT IMAGE TO LASER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson