Specifies how the grid content should be scaled to fit the page.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum ScaleMode |
Visual Basic |
---|
Public Enumeration ScaleMode |
Members
Member name | Value | Description | |
---|---|---|---|
ActualSize | 0 | Render the grid in actual size, breaking pages as needed. | |
PageWidth | 1 | Scale the grid so it fits the page width. | |
SinglePage | 2 | Scale the grid so it fits on a single page. | |
Selection | 3 | Prints the current selection in actual size, breaking pages as needed. |