Enum PrintScaleOptions
Defines the constants that specify the different scaling options during print.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum PrintScaleOptions
Fields
| Name | Description |
|---|---|
| FitAllColumnsonOnePage | Specifies all the columns will fit on one page. |
| FitAllRowsonOnePage | Specifies all the rows will fit on one page. |
| FitViewonOnePage | Specifies the content will fit with in the view on one page. |
| NoScaling | No scaling will be used. |