OcrEventHandler
OcrEventHandler class
为 OCR 事件提供处理程序。
public class OcrEventHandler
构造函数
姓名 | 描述 |
---|---|
OcrEventHandler() | 初始化一个新的实例OcrEventHandler 类. |
特性
姓名 | 描述 |
---|---|
HasWarnings { get; } | 获取指示警告列表是否不为空的值。 |
Warnings { get; } | 获取警告消息列表。 |
方法
姓名 | 描述 |
---|---|
GetWarnings(int) | 返回页面的警告消息列表pageIndex. |
virtual OnWarnings(int, IList<string>) | 为页面设置警告消息。 |