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
用于定位和高度的标尺。
定义 IBarcode_1D_Properties.h:46
id< IBarWidths > barWidths
条码放大。窄条/宽条的宽度。
定义 IBarcode_1D_Properties.h:58
BOOL printHumanReadable
在条码底部打印可读的PDF文本。
定义 IBarcode_1D_Properties.h:70