Kofax Mobile SDK API Reference
KFXFixedAspectRatioCaptureExperience.h
Go to the documentation of this file.
1 //
2 // KFXFixedAspectRatioCaptureExperience.h
3 // kfxLibUIControls
4 //
5 // Copyright (c) 2017 Kofax. All rights reserved. Kofax Confidential.
6 // Unauthorized use, duplication, or distribution, or disclosure is strictly prohibited.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <kfxLibUIControls/kfxKUIDocumentBaseCaptureExperience.h>
11 #import <kfxLibUIControls/KFXFixedAspectRatioCaptureExperienceCriteriaHolder.h>
12 
14 
22 
24 
34 - (instancetype)initWithCaptureControl:(kfxKUIImageCaptureControl*)captureControl criteria:(KFXFixedAspectRatioCaptureExperienceCriteriaHolder*)criteria;
35 
37 
41 
43 
46 @property (nonatomic, strong) kfxKUICaptureMessage* centerMessage;
47 
49 
52 @property (nonatomic, strong) kfxKUICaptureMessage* zoomOutMessage;
53 
55 
58 @property (nonatomic, strong) kfxKUICaptureMessage* zoomInMessage;
59 
61 
64 @property (nonatomic, strong) kfxKUICaptureMessage* rotateMessage;
65 
66 @end
KFXFixedAspectRatioCaptureExperience::zoomInMessage
kfxKUICaptureMessage * zoomInMessage
An instructional balloon that is displayed to the user for zoom in action.
Definition: KFXFixedAspectRatioCaptureExperience.h:58
kfxKUIImageCaptureControl
This class renders the camera preview to the screen and returns an image.
Definition: kfxKUIImageCaptureControl.h:146
KFXFixedAspectRatioCaptureExperienceCriteriaHolder
This class allows the Fixed Aspect Ratio detection related criteria to be configured.
Definition: KFXFixedAspectRatioCaptureExperienceCriteriaHolder.h:17
kfxKUIDocumentBaseCaptureExperience
This is the base class for check and document capture, that renders a visual experience on top of the...
Definition: kfxKUIDocumentBaseCaptureExperience.h:20
KFXFixedAspectRatioCaptureExperience
This class renders a visual experience on top of the capture control and returns an image depending o...
Definition: KFXFixedAspectRatioCaptureExperience.h:21
KFXFixedAspectRatioCaptureExperience::rotateMessage
kfxKUICaptureMessage * rotateMessage
An instructional balloon that is displayed to the user for rotate action.
Definition: KFXFixedAspectRatioCaptureExperience.h:64
KFXFixedAspectRatioCaptureExperience::zoomOutMessage
kfxKUICaptureMessage * zoomOutMessage
An instructional balloon that is displayed to the user for zoom out action.
Definition: KFXFixedAspectRatioCaptureExperience.h:52
kfxKUICaptureMessage
This class renders the messages on the Imagecapturecontrol.
Definition: kfxKUICaptureMessage.h:21
KFXFixedAspectRatioCaptureExperience::centerMessage
kfxKUICaptureMessage * centerMessage
An instructional balloon that is displayed to the user for center the document.
Definition: KFXFixedAspectRatioCaptureExperience.h:46
KFXFixedAspectRatioCaptureExperience::farCriteria
KFXFixedAspectRatioCaptureExperienceCriteriaHolder * farCriteria
Fixed Aspect Ratio capture criteria.
Definition: KFXFixedAspectRatioCaptureExperience.h:40
Untitled Document © 2021 Kofax, Inc. All rights reserved. Use is subject to license terms.