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

The credit card capture view controller parameters. More...

#import <kfxCreditCardCaptureParameters.h>

Inheritance diagram for kfxCreditCardCaptureParameters:
kfxIParameters

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
kfxLookAndFeelParameterslookAndFeelParameters
 Look and feel parameters object. More...
 
kfxProcessingParametersprocessingParameters
 Processing parameters object. More...
 
kfxExtractionParametersextractionParameters
 Extraction parameters object. More...
 

Detailed Description

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.

See also
kfxIParameters

Property Documentation

- (kfxCardStyle) cardStyle
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.

See also
kfxCardStyle
- (NSTimeInterval) extraTimeForExpiry
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.


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.