Different state models of a note.
Namespace: TallComponents.PDF.Annotations.MarkupsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum StateModel |
| Visual Basic |
|---|
Public Enumeration StateModel |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No state model. This is the state model of a note that does not represent a state change. | |
| Marked | 1 | This is the state model of a note that either marks or unmarks a note. | |
| Review | 2 | This is the state model of a note that changes the review state of a note. | |
| Migration | 3 | This is the state model of a note that changes the migration state of a note. |