menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SpreadsheetPrintSettings

    Specifies the class for Spreadsheet Print settings which includes pagesetup, pagesize and printing properties.

    Inheritance
    System.Object
    EJTagHelper
    SpreadsheetPrintSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SpreadsheetPrintSettings : EJTagHelper

    Constructors

    SpreadsheetPrintSettings()

    Declaration
    public SpreadsheetPrintSettings()

    Properties

    AllowPageSetup

    Gets or sets a value indicating whether pagesetup is enable or not.

    Declaration
    [JsonProperty("allowPageSetup")]
    public bool AllowPageSetup { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the page setup for print is enabled; otherwise, false.

    AllowPageSize

    Gets or sets a value indicating whether pagesize is enable or not.

    Declaration
    [JsonProperty("allowPageSize")]
    public bool AllowPageSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the page size is enabled; otherwise, false.

    AllowPrinting

    Gets or sets a value indicating whether printing is enable or not.

    Declaration
    [JsonProperty("allowPrinting")]
    public bool AllowPrinting { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the printing is enabled; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved