'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); }