Class PrintScalingOptions
Defines the constants that specify the different scaling options during print.
Inheritance
System.Object
    PrintScalingOptions
  Namespace: Syncfusion.UI.Xaml.DataGrid.Print
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class PrintScalingOptions : EnumFields
FitAllColumnsOnOnePage
Specifies all the columns should be fitted on one page.
Declaration
public const PrintScalingOptions FitAllColumnsOnOnePageField Value
| Type | 
|---|
| PrintScalingOptions | 
FitAllRowsOnOnePage
Specifies all the rows should be fitted on one page.
Declaration
public const PrintScalingOptions FitAllRowsOnOnePageField Value
| Type | 
|---|
| PrintScalingOptions | 
FitGridOnOnePage
Specifies the content should be fitted with in the view on one page.
Declaration
public const PrintScalingOptions FitGridOnOnePageField Value
| Type | 
|---|
| PrintScalingOptions | 
NoScaling
No scaling will be considered.
Declaration
public const PrintScalingOptions NoScalingField Value
| Type | 
|---|
| PrintScalingOptions |