公開方法(Public Methods) | |
| void | AddBarcode (IBarcodeItem barcode) |
| List< IBarcodeItem > | GetBarcodes () |
| 使用相同設置的條碼項目列表。 | |
| BarcodeTypeEnum_1D | GetBarcodeType () |
| 識別條碼類型。請參考 BarcodeTypeEnum_1D 了解支援的類型。 | |
| IBarWidths | GetBarWidths () |
| 條碼放大倍率。窄/寬條的寬度。 | |
| RotateEnum | GetRotation () |
| IRuler | GetRuler () |
| 用於定位和高度的尺規。 | |
| boolean | IsPrintHumanReadable () |
| 在條碼底部打印可讀的PDF文字。 | |
| void | SetBarcodes (List< IBarcodeItem > barcodes) |
| void | SetBarcodeType (BarcodeTypeEnum_1D barcodeType) |
| void | SetBarWidths (IBarWidths barWidths) |
| void | SetPrintHumanReadable (boolean printHumanReadable) |
| void | SetRotation (RotateEnum rotation) |
| void | SetRuler (IRuler ruler) |
| String | ToString () |
| 返回可發送到打印機的字符串。 | |
保護方法(Protected Methods) | |
| ABarcode1D (IBarcodeItem barcode) | |