11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
39@protocol IBarWidths <NSObject>
63@property (nonatomic, strong) id<IRuler>
ruler;
87@property (nonatomic, assign)
float wideBar;
float wideBar
最寬條的寬度。通常是窄條的倍數,以便條碼掃描儀區分條寬。
Definition IBarWidths.h:87
id< IRuler > ruler
用於條寬的標尺。
Definition IBarWidths.h:63
float narrowBar
最小條的寬度。通常被稱為條碼的X尺寸。
Definition IBarWidths.h:75