ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions.PdfReExclusiveOptions Class / MarginBottom Property

In This Topic
    MarginBottom Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Gets or sets the bottom margin value, in inches, to set for the report (PDF RE).
    Syntax
    'Declaration
     
    Public Property MarginBottom As Nullable(Of Single)
    public Nullable<float> MarginBottom {get; set;}

    Property Value

    A System.Int32 value indicating the bottom margin size in inches. Default is null.
    See Also