menu

Blazor

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

    Show / Hide Table of Contents

    Class PrintOptions

    Represents print options for customizing the dimensions of a print scheduler element. The dimensions are determined by specifying the height and width using the PrintOptions settings.

    Inheritance
    System.Object
    PrintOptions
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PrintOptions : Object

    Constructors

    PrintOptions()

    Declaration
    public PrintOptions()

    Properties

    Height

    Gets or sets the height of the print scheduler element. The height determines the vertical size of the element on the screen.

    Declaration
    public string Height { get; set; }
    Property Value
    Type
    System.String

    Width

    Gets or sets the width of the print scheduler element. The width determines the horizontal size of the element on the screen.

    Declaration
    public string Width { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved