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
Width of widest bar. This is typically a multiple of the NarrowBar in order for barcode scanners to d...
Definition IBarWidths.h:87
id< IRuler > ruler
Ruler to use for bar widths.
Definition IBarWidths.h:63
float narrowBar
Width of smallest bar. This is typically referred to as the X-dimension of the barcode.
Definition IBarWidths.h:75