UniPRT SDK  v1.0.0.0
IBarcode_1D_Properties 介面 參考文件
類別IBarcode_1D_Properties的繼承圖:
IBarcodeType1D IBarcode1D ABarcode1D Barcode1D Barcode1D

公開方法(Public Methods)

BarcodeTypeEnum_1D GetBarcodeType ()
 識別條碼類型。請參考 BarcodeTypeEnum_1D 了解支援的類型。
 
IBarWidths GetBarWidths ()
 條碼放大倍率。窄/寬條的寬度。
 
IRuler GetRuler ()
 用於定位和高度的尺規。
 
boolean IsPrintHumanReadable ()
 在條碼底部打印可讀的PDF文字。
 
void SetBarcodeType (BarcodeTypeEnum_1D type)
 
void SetBarWidths (IBarWidths barWidths)
 
void SetPrintHumanReadable (boolean printHumanReadable)
 
void SetRuler (IRuler ruler)