Versions Compared

Key

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

...

ParameterDescription of FieldsCommentsDefault
Parm1 - Bitmap<1> BitmapThe full path or relative path to the bitmap""
Parm2 - Location<1> XX position0
 <2> YY position0
 <3> CXWidth0
 <4> CYHeight0
Parm3 - NoScale<1> NoScale

1=Do not scale bitmap, ignores the CX and CY 0=Scale bitmap

 
Parm4 - Repeat<1> Repeat on all pages

0=Current page only 1=Print on all pages

 

See also

CALCBMPRECTLINEELLIPSE

Example

 
Code Block
* This example shows how to use the BMP message to print a bitmap at the top of every page.
declare function Set_Printer
stat = Set_Printer("INIT") ;* Start printing
 
Print the bitmap at the top of every page with no scaling
 
stat = Set_Printer("BMP", "BMPS\TEST.BMP", 1:@fm:0, 1, 1)
stat = Set_Printer("TERM") ;* End printing