Versions Compared

Key

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

...

JPEG, GIF, and True Color Bitmaps can be printed.

Example

 
Code Block
*The following example shows how to use the CALCBMP message.
declare function Set_Printer, Get_Printer
stat = Set_Printer("INIT") ;* Start printing
stat = Set_Printer("CALCBMP", "BMPS\TEST.BMP")
size = Get_Printer("CALCBMP") ;* get the size
bmpWidth = size<1> ;* width
bmpHeight = size<2> ;* height
stat = Set_Printer("TERM") ;* End printing