UniPRT SDK  v1.0.0.0
IBarcodeItem Interface Reference

Specify barcode content and position on plane where barcode starts. More...

Inheritance diagram for IBarcodeItem:
ABarcodeItem BarcodeItem

Public Member Functions

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)
 

Detailed Description

Specify barcode content and position on plane where barcode starts.

Member Function Documentation

◆ GetHeight()

float GetHeight ( )

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.

Implemented in ABarcodeItem.