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

ID capture view controller. More...

#import <kfxIDCaptureViewController.h>

Inheritance diagram for kfxIDCaptureViewController:
kfxCaptureViewController

Properties

kfxIDCaptureParametersparameters
 The parameters of the ID capture view controller object. More...
 
id< kfxIDCaptureViewControllerDelegatedelegate
 The delegate of the ID capture view controller object. More...
 
- Properties inherited from kfxCaptureViewController
id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

ID capture view controller.

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

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

See also
kfxCaptureViewController
kfxIDCaptureParameters
kfxIDCaptureViewControllerDelegate

Property Documentation

- (id<kfxIDCaptureViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate of the ID capture view controller object.

The delegate receives notifications when ID capture finishes or closes.

See also
kfxIDCaptureViewControllerDelegate
- (kfxIDCaptureParameters*) parameters
readwritenonatomiccopy

The parameters of the ID capture view controller object.

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

See also
kfxIDCaptureParameters

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.