Public 成员函数 | |
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 成员函数 | |
ABarcode1D (IBarcodeItem barcode) | |