Kofax Mobile SDK API Reference
Properties | List of all members
kfxCheckCaptureViewController Class Reference

Check capture view controller. More...

#import <kfxCheckCaptureViewController.h>

Inheritance diagram for kfxCheckCaptureViewController:
kfxCaptureViewController

Properties

kfxCheckCaptureParametersparameters
 The parameters of the check capture view controller object. More...
 
id< kfxCheckCaptureViewControllerDelegatedelegate
 The delegate of the check capture view controller object. More...
 
- Properties inherited from kfxCaptureViewController
id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

Check capture view controller.

The kfxCheckCaptureViewController class creates a controller object that allows the user to capture a photo of the check, and optionally process the captured image and extract the data.

Before presenting kfxCheckCaptureViewController you must specify the parameters and delegate objects.

See also
kfxCaptureViewController
kfxCheckCaptureParameters
kfxCheckCaptureViewControllerDelegate

Property Documentation

- (id<kfxCheckCaptureViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate of the check capture view controller object.

The delegate receives notifications when check capture finishes or closes.

See also
kfxCheckCaptureViewControllerDelegate
- (kfxCheckCaptureParameters*) parameters
readwritenonatomiccopy

The parameters of the check capture view controller object.

Check capture parameters object allows the user to customize various aspects of kfxCheckCaptureViewController behavior including visual look and feel, processing and extraction functonality. Updating parameters object is not eligible after kfxCheckCaptureViewController was presented into the screen.

See also
kfxCheckCaptureParameters

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.