Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
This enum represents the list of allowed annotation states.
Namespace: Apitron.PDF.Kit.Interactive.Annotations
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Not specified state. | |
Marked | 1 | The annotation has been marked by the user. | |
Unmarked | 2 | The annotation has not been marked by the user (the default). | |
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 (the default). |
See Also