8#ifndef IBarcode_1D_Properties_h
9#define IBarcode_1D_Properties_h
11#import <Foundation/Foundation.h>
13#import <UniPRT/IRuler.h>
14#import <UniPRT/IBarWidths.h>
15#import <UniPRT/IBarcodeType1D.h>
16#import <UniPRT/IRotation.h>
34@protocol IBarcode_1D_Properties <IRotation, IBarcodeType1D>
46@property (nonatomic, strong) id<IRuler> ruler;
58@property (nonatomic, strong) id<IBarWidths> barWidths;
70@property (nonatomic, assign) BOOL printHumanReadable;