Kofax Mobile SDK API Reference
kfxKUICaptureMessage.h
Go to the documentation of this file.
1 //
2 // kfxUICaptureMessage.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2014 - 2017 Kofax. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import <UIKit/UIKit.h>
10 
11 
13 
21 @interface kfxKUICaptureMessage : NSObject
22 
23 
25 
30 @property(nonatomic,strong)UIColor* textColor;
31 
33 
40 @property(nonatomic,strong)UIColor* backGroundColor;
41 
43 
49 @property(nonatomic,strong)UIFont* font;
50 
52 
57 @property(nonatomic,strong)NSString* message;
58 
60 
67 @property(nonatomic)CGPoint position;
68 
70 
79 @property(nonatomic)CGSize size;
80 
82 
88 @property(nonatomic)BOOL hidden;
89 
90 
92 
95 typedef enum
96 {
101 
102 
104 
105 
107 
116 
118 
123 @property (nonatomic, strong) NSArray* messageIcons;
124 
126 
130 @property (nonatomic, strong) UIImage* backGround;
131 
132 @end
This class renders the messages on the Imagecapturecontrol.
Definition: kfxKUICaptureMessage.h:21
kfxKUIMessageOrientation
An enumeration to control the orientation of the messages.
Definition: kfxKUICaptureMessage.h:95
BOOL hidden
The visibility of the message.
Definition: kfxKUICaptureMessage.h:88
UIColor * textColor
The color used to display the text.
Definition: kfxKUICaptureMessage.h:30
UIFont * font
The font used to display the text.
Definition: kfxKUICaptureMessage.h:49
Definition: kfxKUICaptureMessage.h:97
UIImage * backGround
The background image of the message.
Definition: kfxKUICaptureMessage.h:130
NSString * message
The text of the message.
Definition: kfxKUICaptureMessage.h:57
CGPoint position
The postion (center) of the text message.
Definition: kfxKUICaptureMessage.h:67
kfxKUIMessageOrientation orientation
Variable to take wanted orientation.
Definition: kfxKUICaptureMessage.h:115
UIColor * backGroundColor
The color used to display the background of the message.
Definition: kfxKUICaptureMessage.h:40
NSArray * messageIcons
The sequence of images for animation.
Definition: kfxKUICaptureMessage.h:123
CGSize size
The Size of the text message.
Definition: kfxKUICaptureMessage.h:79
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.