OcrPageElementEventArgs Constructor (Object, 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 oldElement,
Object newElement,
int index,
OcrPageElementAction action
)
Public Sub New (
oldElement As Object,
newElement As Object,
index As Integer,
action As OcrPageElementAction
)
Parameters
- oldElement
- Type: SystemObject
The old element that is being replaced - 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