UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
IPrintResolution.h
1
//
2
// IPrintResolution.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/6.
6
//
7
8
#ifndef IPrintResolution_h
9
#define IPrintResolution_h
10
11
#import <Foundation/Foundation.h>
12
34
@protocol
IPrintResolution <NSObject>
35
46
@property
(nonatomic)
float
dotsPerInch
;
47
58
@property
(nonatomic)
float
dotsPerMM
;
59
60
@end
61
62
#endif
/* IPrintResolution_h */
IPrintResolution-p::dotsPerInch
float dotsPerInch
每英寸点数 (DPI) 的打印分辨率。
定义
IPrintResolution.h:46
IPrintResolution-p::dotsPerMM
float dotsPerMM
每毫米点数 (DPMM) 的打印分辨率。
定义
IPrintResolution.h:58
AutoIdSDK
LabelMaker
Interfaces
ICoordinates
IPrintResolution.h
制作者
1.13.2