menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintScaleOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintScaleOptions

    Defines the constants that specify the different scaling options during print.

    Inheritance
    System.Object
    PrintScaleOptions
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class PrintScaleOptions : Enum

    Fields

    FitAllColumnsonOnePage

    Specifies all the columns will fit on one page.

    Declaration
    public const PrintScaleOptions FitAllColumnsonOnePage
    Field Value
    Type
    PrintScaleOptions

    FitAllRowsonOnePage

    Specifies all the rows will fit on one page.

    Declaration
    public const PrintScaleOptions FitAllRowsonOnePage
    Field Value
    Type
    PrintScaleOptions

    FitViewonOnePage

    Specifies the content will fit with in the view on one page.

    Declaration
    public const PrintScaleOptions FitViewonOnePage
    Field Value
    Type
    PrintScaleOptions

    NoScaling

    No scaling will be used.

    Declaration
    public const PrintScaleOptions NoScaling
    Field Value
    Type
    PrintScaleOptions

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved