Public Member Functions | |
| IMaxicodeData | GetData () |
| The barcode content. More... | |
| void | SetData (IMaxicodeData data) |
| String | ToString () |
| Returns the string that can be sent to printer. More... | |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IStartPoint | |
| IPoint | GetStart () |
| Position where object starts. More... | |
| void | SetStart (IPoint Start) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IPositionRuler | |
| 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) |
| IMaxicodeData com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeBarcode.GetData | ( | ) |
The barcode content.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.
| void com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeBarcode.SetData | ( | IMaxicodeData | data | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AMaxicodeBarcode.
| String com.UniPRT.Sdk.LabelMaker.Interface.IMaxicodeBarcode.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.TSPL.MaxicodeBarcode, and com.UniPRT.Sdk.LabelMaker.PGL.MaxicodeBarcode.