ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Page Namespace / Settings Class / PageHeight Property

In This Topic
    PageHeight Property (Settings)
    In This Topic
    Set the value in inches to use for the height of the image. The format is an integer or decimal with "in" as the suffix, for example "11in" for 11 inches. The value set in this property overrides the report's settings.
    Syntax
    'Declaration
     
    Public Property PageHeight As String
    public string PageHeight {get; set;}
    See Also