TextExtractionError
概述
TextExtractionError 是一个类在Aspose.PDF FOSS的.NET中.
当页面级别提取失败或部分成功时, TextFragmentAbsorber 产生的诊断.
这个类提供了在NET程序中使用TextExtractionError 对象的1种方法. 有的方法包括: ToString. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Description, ExtractedText, FontKey, FontName, Location, Message,另外两个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
PageIndex | int | 阅读 | 1-based page number where the error occurred. |
Message | string | 阅读 | 人类可读的错误信息. |
Description | string | 阅读 | 错误的长形式描述 (Aspose.Pdf 的消息). |
ExtractedText | string | 阅读 | 在失败之前提取的原始文本 (最佳努力). |
FontKey | string | 阅读 | 资源指定的字体键 (例如:. |
FontName | string | 阅读 | 失败的字体查找报告了可读的人类字符名. |
Summary | string | 阅读 | 一行摘要适合日志. |
Location | TextExtractionErrorLocation | 阅读 | 在内容流中的错误源于哪里. |
方法
| Signature | 描述情况 |
|---|---|
ToString() | 在这个 TextExtractionError 实例中调用ToString. |