You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRpBarsBase. PrintXY (TRpBarsBase) method |
Top Previous Next |
Declaration procedure PrintXY( X,Y: double );
Category
Description This method will print the bar code at the location specified by the point (X,Y).
NOTE: The Y position will determine the location of the top of the bar code.
See also TRpBarsBase Class, Print, PrintReadable, PrintTop, Text
Example (Delphi) Code2of5.Text := '12345'; Code2of5.PrintXY( 1.0, 2.0 );
Example (C++Builder) Code2of5->Text = "12345"; Code2of5->PrintXY( 1.0, 2.0 ); |
You are reading help file online using chmlib.com
|