WinUI

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

    Show / Hide Table of Contents

    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 Description
    PrintScalingOptions

    FitAllRowsOnOnePage

    Specifies all the rows should be fitted on one page.

    Declaration
    public const PrintScalingOptions FitAllRowsOnOnePage
    Field Value
    Type Description
    PrintScalingOptions

    FitGridOnOnePage

    Specifies the content should be fitted with in the view on one page.

    Declaration
    public const PrintScalingOptions FitGridOnOnePage
    Field Value
    Type Description
    PrintScalingOptions

    NoScaling

    No scaling will be considered.

    Declaration
    public const PrintScalingOptions NoScaling
    Field Value
    Type Description
    PrintScalingOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved