ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / Size Property

In This Topic
    Size Property (Page)
    In This Topic
    Returns a SizeF structure with the height and width of the page, in inches.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As SizeF
    public SizeF Size {get;}

    Property Value

    A SizeF value specifying the height and width in inches.
    See Also