ActiveReports Developer 7
PageRectangle Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > Annotation Class : PageRectangle Property

Glossary Item Box

Gets or sets the rectangular area of the page on which the annotation is drawn.

Syntax

Visual Basic (Declaration) 
Public Property PageRectangle As RectangleF
C# 
public RectangleF PageRectangle {get; set;}

Property Value

A RectangleF.

See Also