ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.ImageRenderers.PageControl Namespace / PrintLayoutMode Enumeration

In This Topic
    PrintLayoutMode Enumeration
    In This Topic
    Renders pages.
    Syntax
    'Declaration
     
    Public Enum PrintLayoutMode 
       Inherits System.Enum
    public enum PrintLayoutMode : System.Enum 
    Members
    MemberDescription
    BookletModeRender logical pages to physical pages in booklet mode.
    EightLogicalPagesOnSinglePhysicalPageRender eight logical pages to single physical page. Rendering appears without additional manipulation.
    FourLogicalPagesOnSinglePhysicalPageRender four logical pages to single physical page. Rendering appears without additional manipulation.
    OneLogicalPageOnSinglePhysicalPageRender one logical page to single physical page. Rendering appears without additional manipulation.
    TwoLogicalPagesOnSinglePhysicalPageRender two logical pages to single physical page. Rendering appears without additional manipulation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode

    See Also