UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
IRectangleCell.h
1//
2// IRectangleCell.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef IRectangleCell_h
9#define IRectangleCell_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/ICellRect.h>
13
30@protocol IRectangleCell <NSObject>
31
42@property (nonatomic, strong) id<ICellRect> cellSize; // Barcode cell size for rectangle cells
43
44@end
45
46#endif /* IRectangleCell_h */
id< ICellRect > cellSize
條碼單元大小。較大的單元大小會使條碼占用更大的面積。
Definition IRectangleCell.h:42