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

Bill capture view controller. More...

#import <kfxBillCaptureViewController.h>

Inheritance diagram for kfxBillCaptureViewController:
kfxCaptureViewController

Properties

kfxBillCaptureParametersparameters
 The parameters of the bill capture view controller object. More...
 
id< kfxBillCaptureViewControllerDelegatedelegate
 The delegate of the bill capture view controller object. More...
 
- Properties inherited from kfxCaptureViewController
id< kfxKUTCertificateValidatorDelegatecertificateValidatorDelegate
 The certificate validator delegate. More...
 

Detailed Description

Bill capture view controller.

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

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

See also
kfxCaptureViewController
kfxBillCaptureParameters
kfxBillCaptureViewControllerDelegate

Property Documentation

- (id<kfxBillCaptureViewControllerDelegate>) delegate
readwritenonatomicweak

The delegate of the bill capture view controller object.

The delegate receives notifications when bill capture finishes or closes.

See also
kfxBillCaptureViewControllerDelegate
- (kfxBillCaptureParameters*) parameters
readwritenonatomiccopy

The parameters of the bill capture view controller object.

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

See also
kfxBillCaptureParameters

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.