 | AnnotationStates Enumeration |
Represents the annotation states
Namespace: Patagames.Pdf.EnumsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic enum AnnotationStates
Public Enumeration AnnotationStates
public enum class AnnotationStates
public enum AnnotationStates
Patagames.Pdf.Enums.AnnotationStates = function();
Patagames.Pdf.Enums.AnnotationStates.createEnum('Patagames.Pdf.Enums.AnnotationStates', false);
Members| Member name | Value | Description |
|---|
| Unmarked | 0 |
(Marked) The annotation has not been marked by the user (the default for the Marked sate model)
|
| Marked | 1 |
(Marked) The annotation has been marked by the user.
|
| None | 2 |
(Review) The user has indicated nothing about the change (the default for the Review state model).
|
| Accepted | 3 |
(Review) The user agrees with the change.
|
| Rejected | 4 |
(Review) The user disagrees with the change.
|
| Cancelled | 5 |
(Review) The change has been cancelled.
|
| Completed | 6 |
(Review) The change has been completed.
|
Remarks
Beginning with PDF 1.5, annotations may have an author-specific state associated
with them. The state is not specified in the annotation itself but in a separate text
annotation that refers to the original annotation by means of its
RelationshipAnnotation property.
States are grouped into a number of
StateModels.
Annotations can be thought of as initially being in the default state for each state model.
State changes made by a user are indicated in a text annotation with the following entries:
Additional state changes are made by adding text annotations in reply to the previous reply for a given user.
See Also