Atalasoft MobileImage API Reference
|
Bill capture view controller. More...
#import <kfxBillCaptureViewController.h>
Properties | |
kfxBillCaptureParameters * | parameters |
The parameters of the bill capture view controller object. More... | |
id< kfxBillCaptureViewControllerDelegate > | delegate |
The delegate of the bill capture view controller object. More... | |
Properties inherited from kfxCaptureViewController | |
id< kfxKUTCertificateValidatorDelegate > | certificateValidatorDelegate |
The certificate validator delegate. More... | |
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.
|
readwritenonatomicweak |
The delegate of the bill capture view controller object.
The delegate receives notifications when bill capture finishes or closes.
|
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.