Class DocxFormIssue
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Docx.dll
One problem with a set of values.
public sealed class DocxFormIssue
- Inheritance
-
DocxFormIssue
- Inherited Members
Properties
Key
The control, or the supplied name, the issue concerns.
public string Key { get; }
Property Value
Kind
Which kind of problem this is.
public DocxFormIssueKind Kind { get; }
Property Value
Message
What is wrong, in the underlying library's words.
public string Message { get; }