PDFView4NET WPF Edition
PDFTextAnnotationState Enumeration




O2S.Components.PDFView4NET.Annotations Namespace : PDFTextAnnotationState Enumeration
Specifies the available states for a text annotation.
Syntax
'Declaration
 
Public Enum PDFTextAnnotationState 
   Inherits System.Enum
'Usage
 
Dim instance As PDFTextAnnotationState
public enum PDFTextAnnotationState : System.Enum 
__value public enum PDFTextAnnotationState : public System.Enum 
public enum class PDFTextAnnotationState : public System.Enum 
Members
MemberDescription
AcceptedThe user agrees with the change.
CancelledThe change has been cancelled.
CompletedThe change has been completed.
MarkedThe annotation has been marked by the user.
NoneThe user has indicated nothing about the change.
NoStateNo state has been associated with the annotation.
RejectedThe user disagrees with the change.
UnmarkedThe annotation has not been marked by the user.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Annotations.PDFTextAnnotationState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET.Annotations Namespace