Different state models of a note.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: 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 nameValueDescription
None0 No state model. This is the state model of a note that does not represent a state change.
Marked1 This is the state model of a note that either marks or unmarks a note.
Review2 This is the state model of a note that changes the review state of a note.
Migration3 This is the state model of a note that changes the migration state of a note.

See Also