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;
id< IRuler > ruler
Ruler to use for positioning and Height.
Definition IBarcode_1D_Properties.h:46
id< IBarWidths > barWidths
Barcode magnification. Width of Narrow/Wide bars.
Definition IBarcode_1D_Properties.h:58
BOOL printHumanReadable
Prints the PDF human readable at bottom of barcode.
Definition IBarcode_1D_Properties.h:70