Click or drag to resize

WFINFOVIEWCOMMAND Enumeration

WFInfoView commands.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("495A008B-C168-492E-877A-F1F40A80AC7F")]
public enum WFINFOVIEWCOMMAND
Members
  Member nameValueDescription
WFINFOVIEW_GRP_ALL0 Pseudo command, cannot be executed since it returns a full menu with several items thematically organized. Usage with GetMenu, GetMenuString and GetMessageString menus is the most viable.
WFINFOVIEW_GRP_SEVERITY1 Pseudo command, cannot be executed since it returns a full menu with several items thematically organized. Usage with GetMenu, GetMenuString and GetMessageString menus is the most viable.
WFINFOVIEW_GRP_MISC2 Pseudo command, cannot be executed since it returns a full menu with several items thematically organized. Usage with GetMenu, GetMenuString and GetMessageString menus is the most viable.
WFINFOVIEW_CMD_ERRORS10 To toggle the Errors filter button.
WFINFOVIEW_CMD_WARNINGS11 To toggle the Warnings filter button.
WFINFOVIEW_CMD_INFO12 To toggle the Info filter button.
WFINFOVIEW_CMD_BUTTONS13 To show/hide WFInfoView filter buttons.
WFINFOVIEW_CMD_CUSTOMIZE14 Displays the column property page.
See Also