Public Member Functions | |
| Pdf417Barcode () | |
| Pdf417Barcode (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.APdf417 | |
| ICellRect | GetCellSize () |
| The cell size can be thought of as the width and height of the narrowest bar element within a PDF417 row. More... | |
| void | SetCellSize (ICellRect cellSize) |
| Pdf417ErrCorrectionEnum | GetErrorCorrection () |
| void | SetErrorCorrection (Pdf417ErrCorrectionEnum errorCorrection) |
| int | GetRows () |
| The number of rows can be used to limit the height of the barcode. More... | |
| void | SetRows (int rows) |
| int | GetColumns () |
| The number of columns can be used to limit the width of the barcode. More... | |
| void | SetColumns (int columns) |
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.APdf417 | |
| APdf417 () | |
| APdf417 (IPoint start, String data) | |
| int | LimitRange (int value, int min, int max) |
| Utility method to limit values to a specified range. More... | |
| com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode | ( | ) |
| com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode | ( | IPoint | start, |
| String | data | ||
| ) |
| String com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.ToString | ( | ) |
Returns the string that can be sent to printer.
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.
References com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString().
| String com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString | ( | ) |
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.
References com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.ClearParameterLines(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.GetBarcodeType2D(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetCellSize(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetColumns(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetData(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.GetErrorCorrection(), 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.APdf417.GetRows(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D.GetStart(), 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.Interface.ICellRect.GetYdim(), com.UniPRT.Sdk.LabelMaker.Abstract.APdf417.LimitRange(), com.UniPRT.Sdk.LabelMaker.PglLib.PGL.LINE_TERMINATOR, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Rotation.None, com.UniPRT.Sdk.LabelMaker.PglLib.PGL.Barcode_Type2D.PDF417, 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.Pdf417Barcode.ToString().