MSSImageScanner 4.29.0
The MSSImageScanner SDK provides a library to scan QR codes and CrontoSign images
Loading...
Searching...
No Matches
QRCodeScannerSDKConstants.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9
10NS_ASSUME_NONNULL_BEGIN
11
13@interface ScannerConstants : NSObject
14
16@property (nonatomic, class, readonly) NSInteger imageMaxSize;
17
18- (instancetype)init NS_UNAVAILABLE;
19+ (instancetype)new NS_UNAVAILABLE;
20
21@end
22
23NS_ASSUME_NONNULL_END
NS_REFINED_FOR_SWIFT
Definition: QRCodeScannerSDKCodeType.h:17
Definition: QRCodeScannerSDKConstants.h:14
NSInteger imageMaxSize
Indicates the maximum size of width or height of a decoded image.
Definition: QRCodeScannerSDKConstants.h:16