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

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

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem_2D:
com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode com.UniPRT.Sdk.LabelMaker.Abstract.ADataMatrix com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 com.UniPRT.Sdk.LabelMaker.Abstract.AQRBarcode com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode

Public Member Functions

IPoint GetStart ()
 Position where barcode starts. More...
 
void SetStart (IPoint start)
 
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_2D.GetData ( )

The barcode content.

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

◆ GetStart()

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

Position where barcode starts.

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

◆ SetData()

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

◆ SetStart()

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

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