CPDFAnnotationState Enumeration |
The state of annotation.
Namespace:
ComPDFKit.PDFAnnotation
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public enum CPDFAnnotationState
Members
| Member name | Value | Description |
---|
| C_ANNOTATION_MARKED | 0 |
The annotation is marked.
|
| C_ANNOTATION_UNMARKED | 1 |
The annotation is unmarked.
|
| C_ANNOTATION_ACCEPTED | 2 |
The annotation is accepted.
|
| C_ANNOTATION_REJECTED | 3 |
The annotation is rejected.
|
| C_ANNOTATION_CANCELLED | 4 |
The annotation is cancelled.
|
| C_ANNOTATION_COMPLETED | 5 |
The annotation is completed.
|
| C_ANNOTATION_NONE | 6 |
The annotation is none.
|
| C_ANNOTATION_ERROR | 7 |
The annotation is error.
|
See Also