Issue
Issue class
Represents a single validation issue in the document.
Issue()
Constructor
Properties
| Name | Type | Description |
|---|---|---|
| ID | long | Specifies the unique identifier of the validation issue. |
| Ignored | int | Specifies whether the validation issue is currently ignored. The default is False. The value of the property is BOOL int |
| IssueTarget | IssueTarget | Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, that |
| RuleInfo | RuleInfo | Specifies information about the validation rule that the parent validation issue pertains to. |