Click or drag to resize
AnnotationState Enumeration
The enumeration of states to which the original annotation can be set.

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum AnnotationState
Members
  Member nameValueDescription
Undefined0 Not defined state.
Marked1 The annotation has been marked by the user.
Unmarked2 The annotation has not been marked by the user.
Accepted3 The user agrees with the change.
Rejected4 The user disagrees with the change.
Cancelled5 The change has been cancelled.
Completed6 The change has been completed.
None7 The user has indicated nothing about the change.
See Also