ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / PageRectangle Property

In This Topic
    PageRectangle Property
    In This Topic
    Gets or sets the rectangular area of the page on which the annotation is drawn.
    Syntax
    'Declaration
     
    Public Property PageRectangle As RectangleF
    public RectangleF PageRectangle {get; set;}

    Property Value

    A RectangleF.
    See Also