Non-default parameters for 2D barcodes. More...
Public Member Functions | |
| Barcode_2D_Properties () | |
| TSPL.Barcode_Type2D | getType () |
| Sets the barcode type for which the parameters apply to. More... | |
| void | SetType (TSPL.Barcode_Type2D type) |
| TSPL.Rotation | GetRotation () |
| Optional rotation, DIR, based on TSPL documentation. More... | |
| void | SetRotation (TSPL.Rotation rotation) |
Private Attributes | |
| TSPL.Barcode_Type2D | type = TSPL.Barcode_Type2D.NOT_DEFINED |
| TSPL.Rotation | rotation = TSPL.Rotation.None |
Non-default parameters for 2D barcodes.
Each barcode type has different parameters that a user may want to customize.
Each of the following will need their own interface if we want to expose all 2D TSPL parameters:
| com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.Barcode_2D_Properties | ( | ) |
| TSPL.Rotation com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.GetRotation | ( | ) |
Optional rotation, DIR, based on TSPL documentation.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.rotation.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode2D.Barcode2D().
| TSPL.Barcode_Type2D com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.getType | ( | ) |
Sets the barcode type for which the parameters apply to.
References com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.type.
Referenced by com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode2D.Barcode2D().
| void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.SetRotation | ( | TSPL.Rotation | rotation | ) |
| void com.UniPRT.Sdk.LabelMaker.TsplLib.Barcode_2D_Properties.SetType | ( | TSPL.Barcode_Type2D | type | ) |
|
private |
|
private |