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

Passport capture view controller. More...

#import <kfxPassportCaptureViewController.h>

Inheritance diagram for kfxPassportCaptureViewController:
kfxCaptureViewController

Properties

kfxPassportCaptureParametersparameters
 The parameters of the passport capture view controller object. More...
 
id< kfxPassportCaptureViewControllerDelegatedelegate
 The delegate of the passport capture view controller object. More...
 
- Properties inherited from kfxCaptureViewController
id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

Passport capture view controller.

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

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

See also
kfxCaptureViewController
kfxPassportCaptureParameters
kfxPassportCaptureViewControllerDelegate

Property Documentation

- (id<kfxPassportCaptureViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate of the passport capture view controller object.

The delegate receives notifications when passport capture finishes or closes.

See also
kfxPassportCaptureViewControllerDelegate
- (kfxPassportCaptureParameters*) parameters
readwritenonatomiccopy

The parameters of the passport capture view controller object.

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

See also
kfxPassportCaptureParameters

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.