Help > Web Development > Object Reference > Object Reference > ISYSDocument > Annotations Property
<a name="kanchor300"></a>ISYSDocument:Annotations Property
Returns an enumeration of the annotations associated with this document.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Annotations as ISYSAnnotations
[C#]
ISYSAnnotations IISYSDocument.Annotations {get;}
[ColdFusion/Java]
ISYSAnnotations ISYSDocument.Annotations() throws ComException;
See Also