ValidationIssue
Overview
ValidationIssue 是一个类在Aspose.PDF FOSS的.NET中.
表示在PDF文件中发现的验证问题.
特性: Code, Location, Message, Severity.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Severity | string | Read | 问题严重性:对于MUST要求"错误",建议时"警告". |
Code | string | Read | 机器可读的问题代码 (例如",CATALOG_TYPE_INVALID"). |
Message | string | Read | 人类可读的问题描述. |
Location | string? | Read | 任择位置提示 (例如"第3页"). |