OcrPageRecognizeEventsArgs

OcrPageRecognizeEventsArgs class

Class for OcrProgress event recognition arguments.

public class OcrPageRecognizeEventsArgs : EventArgs

Properties

NameDescription
CurrentImage { get; set; }Image on the page.
CurrentPage { get; set; }The page that started to be recognized.
Duration { get; set; }The time from the start of the recognition process to the moment the current image is recognized.
FileName { get; set; }Processed file name.
OperationName { get; set; }The name of the transaction in progress.

See Also