Atalasoft MobileImage API Reference
|
The credit card capture view controller parameters. More...
#import <kfxCreditCardCaptureParameters.h>
Properties | |
kfxCardStyle | cardStyle |
A credit card style value that determines credit card detection functionality. More... | |
NSTimeInterval | extraTimeForExpiry |
Extra time for expiry date scan. More... | |
Properties inherited from kfxIParameters | |
kfxLookAndFeelParameters * | lookAndFeelParameters |
Look and feel parameters object. More... | |
kfxProcessingParameters * | processingParameters |
Processing parameters object. More... | |
kfxExtractionParameters * | extractionParameters |
Extraction parameters object. More... | |
The credit card capture view controller parameters.
Encapsulates all parameters related to credit card capture, processing and extraction.
Current implementation does not support customization of the credit card's look and feel, processing or extraction, changing these parameters will take no effect. They are reserved for future usage.
|
readwritenonatomicassign |
A credit card style value that determines credit card detection functionality.
The supported modes is: kfxCardStyle_Embossed: Embossed credit card numbers style.
kfxCardStyle_Flat: Is not supported currently.
The default value is kfxCardStyle_Embossed.
|
readwritenonatomicassign |
Extra time for expiry date scan.
Once the card number has been successfully identified, allow a bit more time to figure out the expiry. The default value is 1 second.