AnnotationPolyLine::LineEndings property¶
Indicates the line endings of the annotation.
Hyland.DocumentFilters.Annotations.LineEndings LineEndings { get; set; }
AnnotationLineEndings getLineEndings() throws IGRException;
void setLineEndings(AnnotationLineEndings value) throws IGRException;
@property
def LineEndings(self) -> AnnotationLineEndings:
@property.setter
def LineEndings(self, value: AnnotationLineEndings)
AnnotationLineEndings getLineEndings() const;
void setLineEndings(AnnotationLineEndings value);
[propget] HRESULT LineEndings([out, retval] AnnotationLineEndings* *result);
[propput] HRESULT LineEndings([in] AnnotationLineEndings* value);