| PdfAnnotState Enumeration |
Annotations can have author-specific state associated with them.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public enum PdfAnnotState
Members
| Member name | Value | Description |
---|
| Marked | 0 |
The annotation has been marked by the user.
|
| Unmarked | 1 |
The annotation has not been marked by the user.
|
| Accepted | 2 |
The user agrees with the change.
|
| Rejected | 3 |
The user disagrees with the change.
|
| Canceled | 4 |
The change has been canceled.
|
| Comleted | 5 |
The change has been completed.
|
| None | 6 |
The user has indicated nothing about the change.
|
See Also