AnnotationLink::Highlight property¶
Indicates the highlight type of the annotation.
Hyland.DocumentFilters.Annotations.HighlightType Highlight { get; set; }
int getHighlight() throws IGRException;
void setHighlight(int value) throws IGRException;
@property
def Highlight(self) -> int:
@property.setter
def Highlight(self, value: int)
int getHighlight() const;
void setHighlight(int value);
[propget] HRESULT Highlight([out, retval] int *result);
[propput] HRESULT Highlight([in] int value);
Return Value¶
int
: One of the following:
Value | Highlight |
---|---|
0 | Unknown |
1 | Invert |
2 | Outline |
3 | Push |