Skip to main content
Visual Components are implemented in FRE for Windows.
BoxEditorToolEnum enumeration constants are used to denote the tools which allows blocks and image editing.
typedef enum {
 BET_NotDefined,
 BET_AutoAnalysisBoxBoundChange,
 BET_TextBoxBoundChange,
 BET_BarcodeBoxBoundChange,
 BET_TableBoxBoundChange,
 BET_PictureBoxBoundChange,
 BET_BackgroundPictureBoxBoundChange,
 BET_BoxMove,
 BET_BoxDelete,
 BET_AddBoxPartChange,
 BET_CutBoxPartChange,
 BET_AddVertTableBoxSeparatorChange,
 BET_AddHorizTableBoxSeparatorChange,
 BET_RemoveTableBoxSeparatorChange,
 BET_BoxRenumber,
 BET_EraseImage,
 BET_Hand
} BoxEditorToolEnum;

Elements

NameDescription
BET\_AddBoxPartChangeAdd Area Part tool. Adds a rectangular part to an area.
BET\_AddHorizTableBoxSeparatorChangeAdd Horizontal Separator tool. Adds a horizontal separator to a table.
BET\_AddVertTableBoxSeparatorChangeAdd Vertical Separator tool. Adds a vertical separator to a table.
BET\_AutoAnalysisBoxBoundChangeDraw Recognition Area tool. Draws an area to analyze and read.
BET\_BackgroundPictureBoxBoundChangeDraw Background Picture Area tool. Draws a background picture area.
BET\_BarcodeBoxBoundChangeDraw Barcode Area tool. Draws a barcode area.
BET\_BoxDeleteDelete Area tool. Deletes the selected areas.
BET\_BoxMoveSelect Objects tool. Selects and modifies objects.
BET\_BoxRenumberOrder Areas tool. Reorders the selected areas.
BET\_CutBoxPartChangeCut Area Part tool. Cuts a rectangular part from an area.
BET\_EraseImageEraser tool. Erases an area on an image.
BET\_HandHand tool.
BET\_NotDefinedNo tool is selected.
BET\_PictureBoxBoundChangeDraw Picture Area tool. Draws a picture area.
BET\_RemoveTableBoxSeparatorChangeDelete Separator tool. Deletes vertical or horizontal separators.
BET\_TableBoxBoundChangeDraw Table Area tool. Draws a table area.
BET\_TextBoxBoundChangeDraw Text Area tool. Draws a text area.

Used in

IImageViewer::ActiveTool IImageViewerEvents::OnSelectTool IZoomViewer::ActiveTool IImageViewerEvents::OnSelectTool