AnnotationState Enumeration |
The enumeration of states to which the original annotation can be set.
Namespace: Aspose.Pdf.AnnotationsAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum AnnotationState
Public Enumeration AnnotationState
public enum class AnnotationState
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
Not defined state.
|
| Marked | 1 |
The annotation has been marked by the user.
|
| Unmarked | 2 |
The annotation has not been marked by the user.
|
| Accepted | 3 |
The user agrees with the change.
|
| Rejected | 4 |
The user disagrees with the change.
|
| Cancelled | 5 |
The change has been cancelled.
|
| Completed | 6 |
The change has been completed.
|
| None | 7 |
The user has indicated nothing about the change.
|
See Also