Handler

OcrOptions.Handler property

Gets the event handler to catch OCR events.

public OcrEventHandler Handler { get; }

Property Value

An instance of OcrEventHandler class which is used to catch OCR events.

See Also