Annotation::Flags property¶
Indicates the flags of the annotation.
Hyland.DocumentFilters.Annotations.Flags Flags { get; set; }
int getFlags() throws IGRException;
void setFlags(int value) throws IGRException;
@property
def Flags(self) -> int:
@property.setter
def Flags(self, value: int)
int getFlags() const;
void setFlags(int value);
[propget] HRESULT Flags([out, retval] int *result);
[propput] HRESULT Flags([in] int value);
Return Value¶
int
: See IGR_ANNOTATION_FLAGS_TYPE for details.