You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRpBarsBase. BarCodeJustify property (read/write) |
Top Previous Next |
Declaration property BarCodeJustify: TPrintJustify
Default pjLeft
Category
Description This determines where the bar code is printed relative to the Position property.
See also TRpBarsBase Class, Center, Left, Position, Right
Example (Delphi) // equivalent to Center := 2.5; Position := 2.5; BarCodeJustify := pjCenter;
Example (C++Builder) rp1->Position = 2.5; rp1->BarCodeJustify = pjCenter; |
You are reading help file online using chmlib.com
|