AnnotationState
AnnotationState enumeration
The enumeration of states to which the original annotation can be set.
public enum AnnotationState
Values
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
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF