UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem Interface Reference

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

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem:
com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem com.UniPRT.Sdk.LabelMaker.BarcodeItem

Public Member Functions

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

Detailed Description

Specify barcode content and position on plane where barcode starts.

Member Function Documentation

◆ GetData()

String com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.GetData ( )

The barcode content.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.

◆ GetHeight()

float com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.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 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.

◆ GetStart()

IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.GetStart ( )

Position where barcode starts.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.

◆ SetData()

void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetData ( String  data)

◆ SetHeight()

void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetHeight ( float  height)

◆ SetStart()

void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetStart ( IPoint  start)

The documentation for this interface was generated from the following file: