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 : Enum
Fields
FitAllColumnsOnOnePage
Specifies all the columns should be fitted on one page.
Declaration
public const PrintScalingOptions FitAllColumnsOnOnePage
Field Value
Type |
---|
PrintScalingOptions |
FitAllRowsOnOnePage
Specifies all the rows should be fitted on one page.
Declaration
public const PrintScalingOptions FitAllRowsOnOnePage
Field Value
Type |
---|
PrintScalingOptions |
FitGridOnOnePage
Specifies the content should be fitted with in the view on one page.
Declaration
public const PrintScalingOptions FitGridOnOnePage
Field Value
Type |
---|
PrintScalingOptions |
NoScaling
No scaling will be considered.
Declaration
public const PrintScalingOptions NoScaling
Field Value
Type |
---|
PrintScalingOptions |