WFVVIEWERMODE Enumeration
|
Station Mode: stations are displayed vertically without labels
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic enum WFVVIEWERMODE
Public Enumeration WFVVIEWERMODE
public enum class WFVVIEWERMODE
Members
| Member name | Value | Description |
---|
| MD_MIXED | 0 |
Mixed Mode: both stations and objects are displayed
|
| MD_STATION_H | 1 |
Station Mode: stations are displayed horizontally
|
| MD_STATION_H_NOLABEL | 2 |
Station Mode: stations are displayed horizontally without labels
|
| MD_STATION_V | 3 |
Station Mode: stations are displayed vertically
|
| MD_STATION_V_NOLABEL | 4 |
Station Mode: stations are displayed vertically without labels
|
| MD_STATION_H_COMPACT | 5 |
Station Mode: stations are displayed horizontally in compact mode
|
See Also