Kofax Mobile SDK API Reference
kfxKLOField.h
Go to the documentation of this file.
1 //
2 // KMC SDK API Reference file
3 // kfxKLOField.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"
11 
13 
32 @interface kfxKLOField : NSObject<NSCoding>
33 
35 
38 @property (retain, atomic, readonly) kfxKLOFieldType *fieldType;
39 
41 
44 @property (retain, atomic, readonly) NSString *value;
45 
47 
50 @property (assign, atomic, readonly) bool valid;
51 
53 
56 @property (retain, atomic, readonly) NSString *errorDescription;
57 
59 
62 @property (retain) NSString *tag;
63 
65 
74 - (id) initWithFieldTypeObject: (kfxKLOFieldType *)fieldType andDocumentID : (NSString*) documentID;
75 
76 
78 
81 - (void) updateFieldProperties : (NSString *) value andIsValid : (bool) isValid andErrorDescription : (NSString *)errorDescription;
82 
83 @end
NSString * tag
Tag.
Definition: kfxKLOField.h:62
kfxKLOFieldType * fieldType
Field Type object reference.
Definition: kfxKLOField.h:38
bool valid
Field Valid.
Definition: kfxKLOField.h:50
NSString * errorDescription
Field Error Description.
Definition: kfxKLOField.h:56
Field object describes a Field object.
Definition: kfxKLOField.h:32
FieldType object describes the attributes of a Field object.
Definition: kfxKLOFieldType.h:42
NSString * value
Field Value.
Definition: kfxKLOField.h:44
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.