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
用於定位和高度的標尺。
Definition IBarcode_1D_Properties.h:46
id< IBarWidths > barWidths
條碼放大。窄條/寬條的寬度。
Definition IBarcode_1D_Properties.h:58
BOOL printHumanReadable
在條碼底部打印可讀的PDF文本。
Definition IBarcode_1D_Properties.h:70