OcrPageElementEventArgs Constructor (Object, Int32, OcrPageElementAction) |
Constructs a new OcrPageElementEventArgs object
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 OcrPageElementEventArgs(
Object newElement,
int index,
OcrPageElementAction action
)
Public Sub New (
newElement As Object,
index As Integer,
action As OcrPageElementAction
)
Parameters
- newElement
- Type: SystemObject
The new element being added/inserted/removed - index
- Type: SystemInt32
The index of the element - action
- Type: Atalasoft.OcrOcrPageElementAction
The action taken
See Also