Click or drag to resize

IVCTOOLBARBUTTON Enumeration

These buttons can be placed on the toolbar

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("5B8A2D72-8CDC-45F6-9790-9583B1A1BFFF")]
public enum IVCTOOLBARBUTTON
Members
  Member nameValueDescription
IVC_GRP_MAIN0 This is the main command group. It is the root item, which is the main toolbar or the root of the popup menu.
IVC_GRP_ZOOM1 Group for zoom commands: IVC_BTN_FIT_*, IVC_BTN_ZOOM_*, IVC_BTN_ZOOMIN, IVC_BTN_ZOOMOUT
IVC_CMD_FIT_HORZ2 Sets zoom to fit the image horizontally in the view.
IVC_CMD_FIT_VERT3 Sets zoom to fit the image vertically in the view.
IVC_CMD_FIT_WINDOW4 Sets zoom to fit the whole image in the view.
IVC_CMD_ZOOM_255 Sets zoom to 25 percent.
IVC_CMD_ZOOM_506 Sets zoom to 50 percent.
IVC_CMD_ZOOM_757 Sets zoom to 75 percent.
IVC_CMD_ZOOM_1008 Sets zoom to 100 percent.
IVC_CMD_SPB11 Sets process background mode. Areas outside the zones will be auto zoned.
IVC_CMD_SIB12 Sets ignore background mode. Areas outside the zones will not be processed.
IVC_GRP_DRW18 Group for zone drawing tools: IVC_BTN_ZONE_DRW_*
IVC_CMD_ZONE_DRW_TEXT19 Draws new text zones
IVC_CMD_ZONE_DRW_TABLE20 Draws new table zones
IVC_CMD_ZONE_DRW_GRAPHICS21 Draws new graphics zones
IVC_CMD_ZONE_DRW_FORM22 Draws new form zones
IVC_CMD_ZONE_DRW_PROCESS23 Draws new process zones
IVC_CMD_ZONE_DRW_IGNORE24 Draws new ignore zones
IVC_CMD_ZONE_DRW_HORIZONTALTEXT25 Draw horizontal Asian text zone
IVC_CMD_ZONE_DRW_VERTICALTEXT26 Draw vertical Asian text zone
IVC_CMD_ZONE_DRW_LEFTVERTICALTEXT27 Draw left vertical text zone
IVC_CMD_ZONE_DRW_RIGHTVERTICALTEXT28 Draw right vertical text zone
IVC_GRP_FILLMETH31 Group for zone filling method changing buttons: IVC_BTNZONE_FILLMETH_*
IVC_CMD_ZONE_FILLMETH_DEFAULT32 Sets FM_DEFAULT for the current zone
IVC_CMD_ZONE_FILLMETH_OMNIFONT33 Sets FM_OMNIFONT for the current zone
IVC_CMD_ZONE_FILLMETH_DRAFTDOT934 Sets FM_DRAFTDOT9 for the current zone
IVC_CMD_ZONE_FILLMETH_BARCODE35 Sets FM_BARCODE for the current zone
IVC_CMD_ZONE_FILLMETH_OMR36 Sets FM_OMR for the current zone
IVC_CMD_ZONE_FILLMETH_HANDPRINT37 Sets FM_HANDPRINT for the current zone
IVC_CMD_ZONE_FILLMETH_DRAFTDOT2439 Sets FM_DRAFTDOT24 for the current zone
IVC_CMD_ZONE_FILLMETH_OCRA40 Sets FM_OCRA for the current zone
IVC_CMD_ZONE_FILLMETH_OCRB41 Sets FM_OCRB for the current zone
IVC_CMD_ZONE_FILLMETH_MICR42 Sets FM_MICR for the current zone
IVC_CMD_ZONE_FILLMETH_BARCODE2D43 Sets FM_BARCODE2D for the current zone
IVC_CMD_ZONE_FILLMETH_DOTDIGIT44 Sets FM_DOTDIGIT for the current zone
IVC_CMD_ZONE_FILLMETH_DASHDIGIT45 Sets FM_DASHDIGIT for the current zone
IVC_CMD_ZONE_FILLMETH_NOOCR47 Sets FM_NO_OCR for the current zone
IVC_CMD_ZONE_FILLMETH_CMC748
Caution note Caution
This API is preliminary and subject to change.
IVC_GRP_CONTENT51 Group for zone filter presets: IVC_BTN_ZONE_FILTER_*
IVC_CMD_ZONE_FILTER_DEFAULT52 Sets FILTER_DEFAULT recognition filter for the current zone. Cannot be combined with other filter values.
IVC_CMD_ZONE_FILTER_DIGIT53 Adds or removes FILTER_DIGIT recognition filter for the current zone
IVC_CMD_ZONE_FILTER_UPPERCASE54 Adds or removes FILTER_UPPERCASE recognition filter for the current zone
IVC_CMD_ZONE_FILTER_LOWERCASE55 Adds or removes FILTER_LOWERCASE recognition filter for the current zone
IVC_CMD_ZONE_FILTER_PUNCTUATION56 Adds or removes FILTER_PUNCTUATIONS recognition filter for the current zone
IVC_CMD_ZONE_FILTER_MISCELLANEOUS57 Adds or removes FILTER_MISCELLANEOUS recognition filter for the current zone
IVC_CMD_ZONE_FILTER_PLUS58 Enables or disables using the filter plus characters' usage by adding or removing the FILTER_PLUS recognition filter for the current zone
IVC_CMD_ZONE_FILTER_ALL59 Turns off filtering as this combination enables all characters.
IVC_CMD_ZONE_FILTER_APHANUM60 This combination enables alphanumerical characters for the current zone.
IVC_CMD_ZONE_FILTER_NUM61 This combination filter enables the numerical characters for the current zone. It is the combination of FILTER_DIGIT and FILTERPLUS.
IVC_GRP_ROTATE71 Group for image rotation commands: IVC_BTN_ROTATE_*, IVC_BTN_FLIP
IVC_CMD_ROTATE_LEFT72 Rotates the image left by 90 degrees
IVC_CMD_ROTATE_RIGHT73 Rotates the image right by 90 degrees
IVC_CMD_ROTATE_DOWN74 Rotates the image by 180 degrees
IVC_CMD_FLIP75 Flips the image vertically
IVC_CMD_ROTATE_LEFT_FLIP76 Rotate the image left by 90 degrees and then flips it
IVC_CMD_ROTATE_RIGHT_FLIP77 Rotate the image right by 90 degrees and then flips it
IVC_CMD_ROTATE_DOWN_FLIP78 Rotate the image by 180 degrees and then flips it
IVC_GRP_GOTO81 Group for page activating operations: IVC_BTN_GOTO_*
IVC_CMD_GOTO_FIRST_PAGE82 Moves to the first page in the document
IVC_CMD_GOTO_PREV_PAGE83 Moves to the previous page in the document
IVC_CMD_GOTO_NEXT_PAGE84 Moves to the next page in the document
IVC_CMD_GOTO_LAST_PAGE85 Moves to the last page in the document
IVC_CMD_SELECT91 Selects an existing zone, or performs zone recommendation if enabled.
IVC_CMD_REORDER92 Sets reorder zone mode to define new zone reading order. Zone order takes effect only with Formatted Text outputs. True Page and Flowing Page outputs ignore the user defined zone order. To quit reorder mode, press the reorder button again, or activate a different command.
IVC_CMD_TOGGLE_OVERVIEW93 Toggles the overview window displaying
IVC_CMD_PRINT94 Prints the current image
IVC_CMD_ZONE_REMOVE_ALL95 Removes all zones from the page
IVC_CMD_ZONE_REMOVE96 Removes the active zone from the page
IVC_CMD_ZONE_SELECT_ALL97 Selects all zones on the page
IVC_CMD_PREPROCESS98 Displays the Preprocess Image window
IVC_CMD_ZOOMIN99 Increases zoom
IVC_CMD_ZOOMOUT100 Decreases zoom
IVC_GRP_CHG108 Group for zone type changing operations: IVC_BTN_ZONE_CHG_*
IVC_CMD_ZONE_CHG_TEXT109 Changes the active zone type to text
IVC_CMD_ZONE_CHG_TABLE110 Changes the active zone type to table
IVC_CMD_ZONE_CHG_GRAPHICS111 Changes the active zone type to graphics
IVC_CMD_ZONE_CHG_FORM112 Changes the active zone type to form
IVC_CMD_ZONE_CHG_PROCESS113 Changes the active zone type to process
IVC_CMD_ZONE_CHG_IGNORE114 Changes the active zone type to ignore
IVC_CMD_ZONE_CHG_HORIZONTALTEXT115 Change to horizontal Asian text zone
IVC_CMD_ZONE_CHG_VERTICALTEXT116 Change to vertical Asian text zone
IVC_CMD_ZONE_CHG_LEFTVERTICALTEXT117 Change to left vertical text zone
IVC_CMD_ZONE_CHG_RIGHTVERTICALTEXT118 Change to right vertical text zone
IVC_GRP_TABLE121 Group for table manipulating operations: IVC_BTN_TABLE_*
IVC_CMD_TABLE_SET122 Places or removes all table dividers
IVC_CMD_TABLE_DEL123 Removes a table divider
IVC_CMD_TABLE_INS_ROW124 Inserts a new row divider into the table
IVC_CMD_TABLE_INS_COL125 Inserts a new column divider into the table
IVC_CMD_TABLE_MOVELINE126 Repositions an existing table divider.
IVC_GRP_TABLE_GRID131 Group for table grid style changing operations: IVC_BTN_TABLE_GRID_*
IVC_CMD_TABLE_GRID_NONE132 Changes the grid style of the selected table zone to none.
IVC_CMD_TABLE_GRID_SINGLE133 Changes the grid style of the selected table zone to single line.
IVC_CMD_TABLE_GRID_DOUBLE134 Changes the grid style of the selected table zone to double line.
IVC_GRP_TABLE_BORDER141 Group for table border style changing operations: IVC_BTN_TABLE_BORDER_*
IVC_CMD_TABLE_BORDER_NONE142 Changes the border style of the selected table zone to none.
IVC_CMD_TABLE_BORDER_SINGLE143 Changes the border style of the selected table zone to single line.
IVC_CMD_TABLE_BORDER_DOUBLE144 Changes the border style of the selected table zone to double line.
IVC_CMD_PROCESS_CMDS151 Enables on-the-fly zoning which means any zone type or layout changes will initiate re-recognition of the particular image area and the changes will reflect in the recognition result.
IVC_CMD_COLLECT_CMDS152 Collect commands
IVC_GRP_UNDOREDO161 Group for IVC_BTN_UNDO and IVC_BTN_REDO
IVC_CMD_UNDO162 Undoes last zone operation
IVC_CMD_REDO163 Redoes undone zone operation
IVC_GRP_RECMODULE171 Group for recognition module manipulation functions: IVC_BTN_RECMODULE_*
IVC_CMD_RECMODULE_AUTO172 Automatic recognition module
IVC_CMD_RECMODULE_ASIAN174 Asian recognition module
IVC_CMD_RECMODULE_BAR175 Sets RM_BAR recognition module for the current zone.
IVC_CMD_RECMODULE_DOT176 Sets RM_DOT recognition module for the current zone.
IVC_CMD_RECMODULE_HNR177 Sets RM_HNR recognition module for the current zone.
IVC_CMD_RECMODULE_MAT178 Sets RM_MAT recognition module for the current zone.
IVC_CMD_RECMODULE_OMNIFONT_FRX179 Sets RM_OMNIFONT_FRX recognition module for zone.
IVC_CMD_RECMODULE_OMNIFONT_MOR181 Sets RM_OMNIFONT_MOR recognition module for zone.
IVC_CMD_RECMODULE_OMNIFONT_MTX182 Sets RM_OMNIFONT_MTX recognition module for zone.
IVC_CMD_RECMODULE_OMNIFONT_PLUS2W183 Sets RM_OMNIFONT_PLUS2W recognition for zone.
IVC_CMD_RECMODULE_OMNIFONT_PLUS3W184 Sets RM_OMNIFONT_PLUS3W recognition for zone.
IVC_CMD_RECMODULE_OMR185 Sets RM_OMR recognition module for the current zone.
IVC_CMD_RECMODULE_RER186 Sets RM_RER recognition module for the current zone.
IVC_CMD_COLORS190
Caution note Caution
This API is preliminary and subject to change.
IVC_SEPARATOR-1 Pseudo command; separator line
See Also