Public Member Functions | |
String | ToString () |
Returns the string that can be sent to printer. More... | |
![]() | |
IPoint | GetStart () |
Position where barcode starts. More... | |
void | SetStart (IPoint start) |
String | GetData () |
The barcode content. More... | |
void | SetData (String data) |
![]() | |
IRuler | GetRuler () |
The print resolution can be set in either inch or MM scale. Setting/Updating either scale results in updates to both. More... | |
void | SetRuler (IRuler Start) |
![]() | |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
String com.UniPRT.Sdk.LabelMaker.Interface.IBarcode2D.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D, com.UniPRT.Sdk.LabelMaker.TSPL.QRBarcode, com.UniPRT.Sdk.LabelMaker.PGL.QRBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.PGL.DataMatrixBarcode, com.UniPRT.Sdk.LabelMaker.TSPL.Pdf417Barcode, com.UniPRT.Sdk.LabelMaker.TSPL.AztecBarcode, com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode, and com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.