Atalasoft MobileImage API Reference
|
Typedefs | |
typedef enum LINE_STYLE_ENUM | kfxUILineStyle |
Style of outline for cropping rectangle/tetragon (solid or dotted lines). More... | |
Enumerations | |
enum | kfxKUIFlashSetting { kfxKUIFlashOn = 0, kfxKUIFlashOff = 1, kfxKUIFlashAuto = 2, kfxKUITorch = 3, kfxKUITorchAuto = 4 } |
An enumeration to set the flash mode of a capture control. More... | |
enum | kfxKUIGuidingLine { kfxKUIGuidingLineOff = 0, kfxKUIGuidingLineLandscape = 1, kfxKUIGuidingLinePortrait = 2 } |
An enumeration to set the guiding line mode of a barcode capture control. More... | |
enum | kfxKUISymbology { kfxKUISymbologyCode39 = 0, kfxKUISymbologyPdf417 = 1, kfxKUISymbologyQR = 2, kfxKUISymbologyDataMatrix = 3, kfxKUISymbologyCode128 = 4, kfxKUISymbologyCode25 = 5, kfxKUISymbologyEAN = 6, kfxKUISymbologyUPC = 7, kfxKUISymbologyCodabar = 8, kfxKUISymbologyAztec = 9, kfxKUISymbologyCode93 = 10 } |
An enumeration containing the different barcode symbologies that can be detected. More... | |
enum | kfxKUISearchDirection { kfxKUIDirectionHorizontal = 1 | 2, kfxKUIDirectionVertical = 4 | 8, kfxKUIDirectionAll = 1 | 2 | 4 | 8 } |
An enumeration containing the different possible barcode search directions. More... | |
enum | kfxKUIPageDetect { kfxKUIPageDetectOff = 0, kfxKUIPageDetectAutomatic = 1, kfxKUIPageDetectContinuous = 2 } |
An enumeration to control page detection mode. More... | |
enum | kfxKUIGPSUsageLimits { kfxKUINeverUse = 0, kfxKUIAlwaysUseIfEnabled =1 } |
An enumeration to control use of GPS location information. More... | |
enum | kfxKUIDocumentDetectionModes { kfxKUIGenericDocument = 0, kfxKUICheckFront = 1, kfxKUICheckBack = 2 } |
An enumeration to control use of detection algorithm used for real time document detection. More... | |
enum | kfxKUICameraType { kfxKUIBackCamera = 0, kfxKUIFrontCamera = 1 } |
An enumeration to set camera type. More... | |
enum | LINE_STYLE_ENUM { LINE_STYLE_SOLID, LINE_STYLE_DOTTED } |
Style of outline for cropping rectangle/tetragon (solid or dotted lines). More... | |
typedef enum LINE_STYLE_ENUM kfxUILineStyle |
Style of outline for cropping rectangle/tetragon (solid or dotted lines).
enum kfxKUICameraType |
enum kfxKUIFlashSetting |
enum kfxKUIGPSUsageLimits |
enum kfxKUIGuidingLine |
enum kfxKUIPageDetect |
enum kfxKUISymbology |
An enumeration containing the different barcode symbologies that can be detected.
One or more of these values can be passed to a barcode capture control to restrict search to those symbologies.
enum LINE_STYLE_ENUM |