 | PdfTextAnnotationState Property |
Gets orsets the state to which the original annotation should be set;
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic AnnotationStates State { get; set; }Public Property State As AnnotationStates
Get
Set
public:
property AnnotationStates State {
AnnotationStates get ();
void set (AnnotationStates value);
}member State : AnnotationStates with get, set
/** @property */
public AnnotationStates get_State()
/** @property */
public void set_State(AnnotationStates value)
function get_State();
function set_State(value);
Property Value
AnnotationStates
See Also