Class ScalingOptions
Inheritance
System.Object
ScalingOptions
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class ScalingOptions : Enum
Fields
FitAllColumnsonOnePage
Shrink the printout so that it is one page wide
Declaration
public const ScalingOptions FitAllColumnsonOnePage
Field Value
Type |
---|
ScalingOptions |
FitAllRowsonOnePage
Shrink the printout so that it is one page high
Declaration
public const ScalingOptions FitAllRowsonOnePage
Field Value
Type |
---|
ScalingOptions |
FitGridonOnePage
Shrink the printout so that it fits on one page
Declaration
public const ScalingOptions FitGridonOnePage
Field Value
Type |
---|
ScalingOptions |
NoScaling
Print at their actual size
Declaration
public const ScalingOptions NoScaling
Field Value
Type |
---|
ScalingOptions |