Specify barcode content and position on plane where barcode starts. More...
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) |
Specify barcode content and position on plane where barcode starts.
| String com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.GetData | ( | ) |
The barcode content.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.
| 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.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.GetStart | ( | ) |
Position where barcode starts.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetData | ( | String | data | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetHeight | ( | float | height | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.IBarcodeItem.SetStart | ( | IPoint | start | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ABarcodeItem.