UniPRT SDK  v1.0.0.0
BarcodeItem Class Reference
Inheritance diagram for BarcodeItem:
ABarcodeItem IBarcodeItem

Public Member Functions

 BarcodeItem (IPoint start, float height, String data)
 
 BarcodeItem (IPoint start, String data)
 
String GetData ()
 The barcode content.
 
float GetHeight ()
 Barcode Height. Expressed in units of Ruler. More...
 
IPoint GetStart ()
 Position where barcode starts.
 
void SetData (String data)
 
void SetHeight (float height)
 
void SetStart (IPoint start)
 

Member Function Documentation

◆ GetHeight()

float GetHeight ( )
inherited

Barcode Height. Expressed in units of Ruler.

If limits to minimum/maximum height are exceeded, the height may be limited in order to stay within range.

Implements IBarcodeItem.