Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are going to print documents that consist mostly of black and white text, then you can save a lot of memory and improve the speed by setting the PreviewMode to 2.

 

Note
The Professional version does not support this feature, and this message will only work with the Standard version.

...

Example

Code Block
/* The following example shows how to use the PREVIEWMODE message. */
 
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("PREVIEWMODE", 2) ;* speed up printing
stat = Set_Printer("TEXT", "Testing")
stat = Set_Printer("TERM") ;* End printing