PDFView4NET WinForms Edition
State Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFTextAnnotation Class : State Property
Gets or sets the annotation state.
Syntax
'Declaration
 
Public Property State As PDFTextAnnotationState
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As PDFTextAnnotationState
 
instance.State = value
 
value = instance.State
public PDFTextAnnotationState State {get; set;}
public: __property PDFTextAnnotationState get_State();
public: __property void set_State( 
   PDFTextAnnotationState value
);
public:
property PDFTextAnnotationState State {
   PDFTextAnnotationState get();
   void set (    PDFTextAnnotationState value);
}

Property Value

The state of the annotation.
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

PDFTextAnnotation Class
PDFTextAnnotation Members