AnnotationLink::Action property¶
Indicates the action to be performed when the annotation is activated.
Hyland.DocumentFilters.Annotations.Action Action { get; set; }
AnnotationAction getAction() throws IGRException;
void setAction(AnnotationAction value) throws IGRException;
@property
def Action(self) -> AnnotationAction:
@property.setter
def Action(self, value: AnnotationAction)
AnnotationAction getAction() const;
void setAction(AnnotationAction value);
[propget] HRESULT Action([out, retval] AnnotationAction* *result);
[propput] HRESULT Action([in] AnnotationAction* value);