Public Member Functions | |
| AztecBarcode () | |
| AztecBarcode (IPoint start, String data) | |
| String | ToString () |
| Returns the string that can be sent to printer. More... | |
| String | toString () |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode | |
| ICellSquare | GetCellSize () |
| Barcode cell size. Larger cell size results in barcodes that take up a larger area. More... | |
| void | SetCellSize (ICellSquare cellSize) |
| AztecCodeTypeEnum | GetType () |
| void | SetType (AztecCodeTypeEnum type) |
| int | GetFixedErrCorrection () |
| This percent error correction value only applies to AztecCodeTypeEnum.FixedErrCorrection. More... | |
| void | SetFixedErrCorrection (int fixedErrCorrection) |
| int | GetLayers () |
| The number of layers to use for AztecCodeTypeEnum.Compact or AztecCodeTypeEnum.Full barcode types. More... | |
| void | SetLayers (int layers) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D | |
| 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 ruler) |
| IPoint | GetStart () |
| Position where barcode starts. More... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| The barcode content. More... | |
| void | SetData (String data) |
| RotateEnum | GetRotation () |
| void | SetRotation (RotateEnum rotation) |
Additional Inherited Members | |
Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode | |
| AAztecBarcode () | |
| AAztecBarcode (IPoint start, String data) | |
| int | GetLayersWithinRange () |
| com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode | ( | ) |
| com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.AztecBarcode | ( | IPoint | start, |
| String | data | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.ToString | ( | ) |
Returns the string that can be sent to printer.
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.
References com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString().
| String com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.toString | ( | ) |
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.
References com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Barcode_Type2D.AZTEC, com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetFixedErrCorrection(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetLayersWithinRange(), com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.GetNewParameterLine(), com.UniPRT.Sdk.LabelMaker.PglLib.IPglParamLine< T >.GetParameters(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetPrintableDataFrameChar(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRotation(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetRotation(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), com.UniPRT.Sdk.LabelMaker.Abstract.AAztecBarcode.GetType(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.ICellSquare.GetXdim(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rotation.None, com.UniPRT.Sdk.LabelMaker.PrintPlane.Round(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.toString().
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.AztecBarcode.ToString().