Kofax Mobile SDK API Reference
kfxIParameters.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxIParameters.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <UIKit/UIKit.h>
9 
13 
15 
18 @interface kfxIParameters : NSObject <NSCopying>
19 
21 
27 @property (nonatomic, copy) kfxLookAndFeelParameters* lookAndFeelParameters;
28 
30 
36 @property (nonatomic, copy) kfxProcessingParameters* processingParameters;
37 
39 
46 @property (nonatomic, copy) kfxExtractionParameters* extractionParameters;
47 
48 @end
kfxLookAndFeelParameters * lookAndFeelParameters
Look and feel parameters object.
Definition: kfxIParameters.h:27
kfxExtractionParameters * extractionParameters
Extraction parameters object.
Definition: kfxIParameters.h:46
The image processing parameters class.
Definition: kfxProcessingParameters.h:27
The look and feel parameters class.
Definition: kfxLookAndFeelParameters.h:28
kfxProcessingParameters * processingParameters
Processing parameters object.
Definition: kfxIParameters.h:36
The data extraction parameters class.
Definition: kfxExtractionParameters.h:32
The base class for capture view controller parameters.
Definition: kfxIParameters.h:18
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.