Click or drag to resize

OcrGlyphCollectionElementChanged Event

This event is triggered when a change has been made to this collection.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event OcrPageElementChangedEventHandler ElementChanged

Value

Type: Atalasoft.OcrOcrPageElementChangedEventHandler
Remarks
This event is used for internal maintenance of bounding boxes and confidence levels. It is typically not necessary for client code to hook into it.
See Also