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

PrintLayoutMode Enumeration
Specifies the layout modes for rendering pages.
Syntax
'Declaration
 
Public Enum PrintLayoutMode 
   Inherits 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.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

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

See Also