Click or drag to resize

CPDFAnnotationState Enumeration

The state of annotation.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
public enum CPDFAnnotationState
Members
  Member nameValueDescription
C_ANNOTATION_MARKED0 The annotation is marked.
C_ANNOTATION_UNMARKED1 The annotation is unmarked.
C_ANNOTATION_ACCEPTED2 The annotation is accepted.
C_ANNOTATION_REJECTED3 The annotation is rejected.
C_ANNOTATION_CANCELLED4 The annotation is cancelled.
C_ANNOTATION_COMPLETED5 The annotation is completed.
C_ANNOTATION_NONE6 The annotation is none.
C_ANNOTATION_ERROR7 The annotation is error.
See Also