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
kfxKLODocumentType::sourceServer
KLOsourceServer sourceServer
Source Server.
Definition: kfxKLODocumentType.h:119
kfxKLODocumentType::imageProcessorConfiguration
KFXImageProcessorConfiguration * imageProcessorConfiguration
Image Processor Configuration.
Definition: kfxKLODocumentType.h:113
kfxKLODocumentType::docHeight
float docHeight
Document Height.
Definition: kfxKLODocumentType.h:90
KLO_ALIGNSHORT
Definition: kfxKLODocumentType.h:17
kfxKLODocumentType::displayName
NSString * displayName
Document Type Display Name.
Definition: kfxKLODocumentType.h:60
KLO_SERVER_NONE
Definition: kfxKLODocumentType.h:21
kfxKLODocumentType::docOrientation
KLOdocOrientation docOrientation
Document Orientation.
Definition: kfxKLODocumentType.h:78
kfxKLODocumentType::fieldTypes
NSArray * fieldTypes
Field type array.
Definition: kfxKLODocumentType.h:72
kfxKLODocumentType::version
NSString * version
Document Type Version.
Definition: kfxKLODocumentType.h:66
kfxKLODocumentType::typeName
NSString * typeName
Document Type Name.
Definition: kfxKLODocumentType.h:54
KLOsourceServer
KLOsourceServer
Definition: kfxKLODocumentType.h:20
kfxKLODocumentType::DEPRECATED_ATTRIBUTE
kfxKEDImagePerfectionProfile *imagePerfectionProfile DEPRECATED_ATTRIBUTE
Image Perfection Profile.
Definition: kfxKLODocumentType.h:98
kfxKLOFieldType.h
KLOdocOrientation
KLOdocOrientation
Definition: kfxKLODocumentType.h:15
KFXImageProcessorConfiguration
Image Processor Configuration Specifies Image Processing Options.
Definition: KFXImageProcessorConfiguration.h:85
KLO_ALIGNLONG
Definition: kfxKLODocumentType.h:16
KLO_SERVER_KFS
Definition: kfxKLODocumentType.h:22
kfxKEDBasicSettingsProfile.h
kfxKEDImagePerfectionProfile.h
KFXImageProcessorConfiguration.h
kfxKLODocumentType
DocumentType object describes the attributes of a document.
Definition: kfxKLODocumentType.h:48
kfxKLODocumentType::docWidth
float docWidth
Document Width.
Definition: kfxKLODocumentType.h:84
KLO_SERVER_KTA
Definition: kfxKLODocumentType.h:23
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.