PDFTextAnnotationState¶
Namespace: O2S.Components.PDF4NET.Annotations
Supported states for text annotations.
Inheritance Object → ValueType → Enum → PDFTextAnnotationState
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NoState | 0 | No state has been associated with the annotation. |
| 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. |