ActiveReports Developer 7
AnnotationImage Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : AnnotationImage Class

Glossary Item Box

The following tables list the members exposed by AnnotationImage.

Public Constructors

 NameDescription
Public ConstructorAnnotationImage ConstructorInitializes a new instance of the AnnotationImage class.  
Top

Public Properties

 NameDescription
Public PropertyAlignmentGets or sets the text alignment for the annotation. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText)
Public PropertyAlphaGets or sets the opacity of the Annotation object. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyBackgroundImageGets or sets the System.Drawing.Image to use as the annotation image.  
Public PropertyBackgroundLayoutGets or sets the enumerated value that determines the positioning of the image within the annotation box.  
Public PropertyBorderGets the border for the annotation object. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyColorGets or sets the color that is used to fill the annotation object. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyFontGets or sets the font for the annotation text. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText)
Public PropertyHeightGets or sets the height of the annotation object, in inches. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyLineAligmentGets or sets the alignment of annotation lines. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText)
Public PropertyPageRectangleGets or sets the rectangular area of the page on which the annotation is drawn. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyShowBorderGets or sets a value indicating whether to draw a border around the edge of the annotation box.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyTextGets or sets the text to use in the annotation. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText)
Public PropertyTextColorGets or sets the color of text used in the annotation. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationBaseText)
Public PropertyWidthGets or sets the width of the annotation object, in inches. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyXGets or sets the value in inches of the horizontal location of the annotation. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public PropertyYGets or sets the value in inches of the vertical location of the annotation. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Top

Public Methods

 NameDescription
Public MethodAttachSets the top left most coordinates for the annotation object. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodRefreshRefreshes the display of the annotation object. (Inherited from GrapeCity.ActiveReports.Document.Section.Annotations.Annotation)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also