公開方法(Public Methods) | |
| Pdf417Barcode () | |
| Pdf417Barcode (IPoint start, String data) | |
| String | ToString () |
| Returns the string that can be sent to printer. 更多... | |
| String | toString () |
公開方法(Public Methods) 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 | |
| ICellRect | GetCellSize () |
| 單元大小可視為 PDF417 行中最窄的條形元素的寬度和高度。 更多... | |
| void | SetCellSize (ICellRect cellSize) |
| Pdf417ErrCorrectionEnum | GetErrorCorrection () |
| void | SetErrorCorrection (Pdf417ErrCorrectionEnum errorCorrection) |
| int | GetRows () |
| 行數可用於限制條碼的高度。 更多... | |
| void | SetRows (int rows) |
| int | GetColumns () |
| 列數可用於限制條碼的寬度。 更多... | |
| void | SetColumns (int columns) |
公開方法(Public Methods) 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.ABarcode2D | |
| IRuler | GetRuler () |
| 列印解析度可以設為英寸或毫米刻度。設置/更新其中一種刻度會導致兩者都被更新。 更多... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| 條碼開始的位置。 更多... | |
| void | SetStart (IPoint start) |
| String | GetData () |
| 條碼內容。 更多... | |
| void | SetData (String data) |
| RotateEnum | GetRotation () |
| void | SetRotation (RotateEnum rotation) |
額外的繼承成員 | |
保護方法(Protected Methods) 繼承自 com.UniPRT.Sdk.LabelMaker.Abstract.APdf417 | |
| APdf417 () | |
| APdf417 (IPoint start, String data) | |
| int | LimitRange (int value, int min, int max) |
| 用於將數值限制在指定範圍內的工具方法。 更多... | |
| 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.
| String com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.toString | ( | ) |
依據com.UniPRT.Sdk.LabelMaker.Abstract.APdf417重新實作.
參考 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(), 及 com.UniPRT.Sdk.LabelMaker.PglLib.APglCmd.toString().
被參考於 com.UniPRT.Sdk.LabelMaker.PGL.Pdf417Barcode.ToString().