[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ScaleMode

ScaleMode Enum

Specifies how the grid content should be scaled to fit the page.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum ScaleMode

Fields

Name Description
ActualSize

Render the grid in actual size, breaking pages as needed.

PageWidth

Scale the grid so it fits the page width.

Selection

Prints the current selection in actual size, breaking pages as needed.

SinglePage

Scale the grid so it fits on a single page.