Skip to content

AnnotationNote::State property

Indicates the state of the annotation.

string State { get; set; }
string getState() throws IGRException;
void setState(string value) throws IGRException;
@property
def State(self) -> string:
@property.setter
def State(self, value: string)
std::wstring getState() const;
void setState(const std::wstring& value);
[propget] HRESULT State([out, retval] BSTR *result);
[propput] HRESULT State([in] BSTR value);

Return Value

string : Paired with stateModel, state represents a model specific value.

StateModel Valid states
Marked Marked, Unmarked
Review Accepted, Rejected, Cancelled, Completed, None