ActiveReports.Viewer3 Request technical support
AnnotationCollection Class Members
See Also  Properties  Methods 


The following tables list the members exposed by AnnotationCollection.

Public Constructors

 NameDescription
Public ConstructorAnnotationCollection ConstructorInitializes a new instance of the AnnotationCollection class.  
Top

Public Properties

 NameDescription
Public PropertyBackColorGets or sets the fill color.  
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets the annotation item in the collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an annotation to the end of the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodRefreshForces an annotation to refresh its display.  
Public MethodRemoveRemoves an annotation from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also