[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ImageRenderers.PageControl.PrintLayoutMode

PrintLayoutMode Enum

Specifies the layout modes for rendering pages.

Namespace: GrapeCity.ActiveReports.ImageRenderers.PageControl
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum PrintLayoutMode

Fields

Name Description
BookletMode

Render logical pages to physical pages in booklet mode.

EightLogicalPagesOnSinglePhysicalPage

Render eight logical pages to single physical page. Rendering appears without additional manipulation.

FourLogicalPagesOnSinglePhysicalPage

Render four logical pages to single physical page. Rendering appears without additional manipulation.

OneLogicalPageOnSinglePhysicalPage

Render one logical page to single physical page. Rendering appears without additional manipulation.

TwoLogicalPagesOnSinglePhysicalPage

Render two logical pages to single physical page. Rendering appears without additional manipulation.

Extension Methods