Help > Web Development > Object Reference > Object Reference > ISYSAnnotation
<a name="kanchor225"></a>ISYSAnnotation Object
The ISYSAnnotation object contains information about each annotation associated with a document.
ISYSAnnotation Methods
DeleteDelete the annotation
SaveSave the annotation
ISYSAnnotation Properties
AnnoTypeGet\Set the type of the annotation
ColumnGet\Set the column where the annotation appears
FilenameGet\Set the filename of the annotation when annotation is of type anno annoLink
LinkGet\Set the link of the annotation when annotation of type annoLink
QueryGet\Set the query of the annotation when annotation is of type annoQuery
RowGet\Set the line where the annotation appears
TextGet\Set the text of the annotation
Remarks
An annotation is attached to a line and column of a given document. The line and column number are as how ISYS sees to the document, because of the nature of a web browser, there is no way to get this information when simply viewing the document as HTML. The best approach to use when you wish to add annotations via the a web browser is to add the annotation at the being of a paragraph.

This can be achieved by using the %LINE% and %COL% in the SetDisplayOption for the doParagraph.

See Also
ISYSAnnotations
ISYSDocumentDisplay::SetDisplayOptions
ISYSDocument::Annotations