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

In This Topic
    PrintLayoutMode Property (PdfExportOptions.PdfReExclusiveOptions)
    In This Topic
    Gets or sets the layout mode to be used for PDF document (PDF RE).
    Syntax
    'Declaration
     
    Public Property PrintLayoutMode As PrintLayoutMode
    public PrintLayoutMode PrintLayoutMode {get; set;}

    Property Value

    A GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode value indicating layout mode for the PDF output. Default is GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode.OneLogicalPageOnSinglePhysicalPage
    See Also