ActiveReports 14 .NET Edition
GrapeCity.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 GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode
    public GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode PrintLayoutMode {get; set;}
    See Also