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

In This Topic
    PrintLayoutMode Property (Settings)
    In This Topic
    Select how to lay out the pages of the report in the image.
    • OneLogicalPageOnSinglePhysicalPage
    • TwoLogicalPagesOnSinglePhysicalPage
    • FourLogicalPagesOnSinglePhysicalPage
    • EightLogicalPagesOnSinglePhysicalPage
    • BookletMode (lays the pages out for booklet printing)
    Syntax
    'Declaration
     
    Public Property PrintLayoutMode As PrintLayoutMode
    public PrintLayoutMode PrintLayoutMode {get; set;}
    See Also