ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / PageHeight Property

In This Topic
    PageHeight Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Specifies the page height value, in inches, to set for the report (PDF RE).
    Syntax
    'Declaration
     
    Public Property PageHeight As Nullable(Of Single)
    public Nullable<float> PageHeight {get; set;}
    See Also