alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved