Different migration states of a note.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public enum MigrationState
Visual Basic
Public Enumeration MigrationState

Members

Member nameValueDescription
None0 This markup has no migration state (default).
Confirmed1 The migration has been confirmed.
NotConfirmed2 The migration has not been confirmed.

See Also