Class SpreadsheetPrintSettings
Specifies the class for Spreadsheet Print settings which includes pagesetup, pagesize and printing properties.
Inherited Members
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. |