OcrEngineHasPageLocationHandler Method |
Determines whether or not events have been installed for page location.
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 virtual bool HasPageLocationHandler()
Public Overridable Function HasPageLocationHandler As Boolean
Return Value
Type:
Boolean True if an
OcrPageLocationEventHandler has been installed.
Remarks This is should be used by a subclass of OcrEngine to determine whether or not it will be
necessary to translate a native set of page location structures into OcrRegion objects. An engine
can avoid the extra work by checking to see if any handlers are present.
See Also