Kofax Mobile SDK API Reference
kfxBillCaptureViewController.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxBillCaptureViewController.h
4 // Framework: MobileSDK
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 
8 #import <MobileSDK/kfxCaptureViewController.h>
9 
10 @class kfxBillData;
13 
15 
21 
22 @optional
24 
37 - (void)billCaptureViewController:(kfxBillCaptureViewController*)billCaptureViewController didExtractBill:(kfxBillData*)bill error:(NSError*)error;
38 
39 @end
40 
42 
53 
55 
61 @property (nonatomic, copy) kfxBillCaptureParameters* parameters;
62 
64 
69 @property (nonatomic, weak) id<kfxBillCaptureViewControllerDelegate> delegate;
70 
71 @end
id< kfxBillCaptureViewControllerDelegate > delegate
The delegate of the bill capture view controller object.
Definition: kfxBillCaptureViewController.h:69
This is an abstract base class for capture view controller. kfxCaptureViewController provides entire ...
Definition: kfxCaptureViewController.h:23
The bill capture view controller parameters.
Definition: kfxBillCaptureParameters.h:16
Bill capture view controller.
Definition: kfxBillCaptureViewController.h:52
This protocol defines methods that your delegate object should implement to interact with kfxBillCapt...
Definition: kfxBillCaptureViewController.h:20
This protocol defines methods that your delegate object should implement to interact with inherited c...
Definition: kfxCaptureViewController.h:45
This object represents bill data.
Definition: kfxBillData.h:18
kfxBillCaptureParameters * parameters
The parameters of the bill capture view controller object.
Definition: kfxBillCaptureViewController.h:61
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.