Non-default parameters for 2D barcodes. More...
Public Member Functions | |
Barcode_2D_Properties () | |
PGL.Barcode_Type2D | getType () |
Sets the barcode type for which the parameters apply to. More... | |
void | SetType (PGL.Barcode_Type2D type) |
PGL.Rotation | GetRotation () |
Optional rotation, DIR, based on PGL documentation. More... | |
void | SetRotation (PGL.Rotation rotation) |
Private Attributes | |
PGL.Barcode_Type2D | type = PGL.Barcode_Type2D.NOT_DEFINED |
PGL.Rotation | rotation = PGL.Rotation.None |
Non-default parameters for 2D barcodes.
com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.Barcode_2D_Properties | ( | ) |
PGL.Rotation com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.GetRotation | ( | ) |
Optional rotation, DIR, based on PGL documentation.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.rotation.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.Barcode2D().
PGL.Barcode_Type2D com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.getType | ( | ) |
Sets the barcode type for which the parameters apply to.
References com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.type.
Referenced by com.UniPRT.Sdk.LabelMaker.PglLib.Barcode2D.Barcode2D().
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.SetRotation | ( | PGL.Rotation | rotation | ) |
void com.UniPRT.Sdk.LabelMaker.PglLib.Barcode_2D_Properties.SetType | ( | PGL.Barcode_Type2D | type | ) |
|
private |
|
private |