Kofax Mobile SDK API Reference
kfxKLODocumentType.h
Go to the documentation of this file.
1 //
2 // KMC SDK API Reference file
3 // kfxKLODocumentType.h
4 // KMCCaptureData
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "kfxKLOFieldType.h"
14 
15 typedef NS_ENUM(NSUInteger, KLOdocOrientation) {
18 };
19 
20 typedef NS_ENUM(NSUInteger, KLOsourceServer) {
24 
25 };
26 
28 
48 @interface kfxKLODocumentType : NSObject <NSCoding>
49 
51 
54 @property (retain, atomic) NSString *typeName;
55 
57 
60 @property (retain, atomic) NSString *displayName;
61 
63 
66 @property (retain, atomic) NSString *version;
67 
69 
72 @property (retain, atomic, readonly) NSArray *fieldTypes;
73 
75 
78 @property (assign, atomic) KLOdocOrientation docOrientation;
79 
81 
84 @property (assign, atomic) float docWidth;
85 
87 
90 @property (assign, atomic) float docHeight;
91 
93 
98 @property (retain, atomic) kfxKEDImagePerfectionProfile *imagePerfectionProfile DEPRECATED_ATTRIBUTE;
99 
101 
106 @property (retain, atomic) kfxKEDBasicSettingsProfile *basicSettingsProfile DEPRECATED_ATTRIBUTE;
107 
109 
114 
116 
119 @property (assign, atomic) KLOsourceServer sourceServer;
120 
122 
131 - (instancetype)initWithFieldTypeArray:(NSArray *)fieldTypeArray;
132 
133 @end
NSString * typeName
Document Type Name.
Definition: kfxKLODocumentType.h:54
KLOdocOrientation
Definition: kfxKLODocumentType.h:15
float docWidth
Document Width.
Definition: kfxKLODocumentType.h:84
NSString * displayName
Document Type Display Name.
Definition: kfxKLODocumentType.h:60
Definition: kfxKLODocumentType.h:17
KFXImageProcessorConfiguration * imageProcessorConfiguration
Image Processor Configuration.
Definition: kfxKLODocumentType.h:113
Definition: kfxKLODocumentType.h:21
Definition: kfxKLODocumentType.h:16
Image Processor Configuration Specifies Image Processing Options.
Definition: KFXImageProcessorConfiguration.h:85
NSString * version
Document Type Version.
Definition: kfxKLODocumentType.h:66
DocumentType object describes the attributes of a document.
Definition: kfxKLODocumentType.h:48
KLOsourceServer sourceServer
Source Server.
Definition: kfxKLODocumentType.h:119
kfxKEDImagePerfectionProfile *imagePerfectionProfile DEPRECATED_ATTRIBUTE
Image Perfection Profile.
Definition: kfxKLODocumentType.h:98
KLOdocOrientation docOrientation
Document Orientation.
Definition: kfxKLODocumentType.h:78
KLOsourceServer
Definition: kfxKLODocumentType.h:20
Definition: kfxKLODocumentType.h:22
Definition: kfxKLODocumentType.h:23
NSArray * fieldTypes
Field type array.
Definition: kfxKLODocumentType.h:72
float docHeight
Document Height.
Definition: kfxKLODocumentType.h:90
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.