Kofax Mobile SDK API Reference
kfxKLOPage.h
Go to the documentation of this file.
1 //
2 // KMC SDK API Reference file
3 // kfxKLOPage.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 "kfxKEDImage.h"
11 
12 typedef NS_ENUM(NSUInteger, KLOSides) {
15 };
16 
18 
37 @interface kfxKLOPage : NSObject <NSCoding>
38 
40 
43 @property (retain, atomic, readonly) NSArray *images;
44 
46 
49 @property (assign, atomic) KLOSides side;
50 
52 
55 @property (retain, atomic, readonly) NSString *pageID;
56 
58 
61 @property (assign, atomic) NSInteger sheetID;
62 
64 
67 @property (assign, atomic) NSInteger currentImageIndex;
68 
70 
73 @property (retain, atomic, readonly) NSString * documentID;
74 
75 
77 
80 - (void) addImage: (kfxKEDImage *)newImage;
81 
83 
88 - (int) removeImage: (NSString *)imageID;
89 
90 @end
Page object contains an array of one or more Image Objects.
Definition: kfxKLOPage.h:37
NSInteger sheetID
Sheet ID.
Definition: kfxKLOPage.h:61
Definition: kfxKLOPage.h:14
NSString * documentID
DocumentID object.
Definition: kfxKLOPage.h:73
KLOSides side
Side.
Definition: kfxKLOPage.h:49
NSArray * images
Image Objects.
Definition: kfxKLOPage.h:43
Definition: kfxKLOPage.h:13
An Image object contains an image and associated data.
Definition: kfxKEDImage.h:157
KLOSides
Definition: kfxKLOPage.h:12
NSString * pageID
Page ID.
Definition: kfxKLOPage.h:55
NSInteger currentImageIndex
Current Image Index.
Definition: kfxKLOPage.h:67
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.