menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PaperSettings

    Inheritance
    System.Object
    PaperSettings
    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 PaperSettings

    Constructors

    PaperSettings()

    Declaration
    public PaperSettings()

    Properties

    BottomMargin

    Declaration
    [JsonProperty("bottomMargin")]
    public double BottomMargin { get; set; }
    Property Value
    Type Description
    System.Double

    FooterMargin

    Declaration
    [JsonProperty("footerMargin")]
    public double FooterMargin { get; set; }
    Property Value
    Type Description
    System.Double

    HeaderMargin

    Declaration
    [JsonProperty("headerMargin")]
    public double HeaderMargin { get; set; }
    Property Value
    Type Description
    System.Double

    LeftMargin

    Declaration
    [JsonProperty("leftMargin")]
    public double LeftMargin { get; set; }
    Property Value
    Type Description
    System.Double

    PageSize

    Declaration
    [JsonProperty("pageSize")]
    public string PageSize { get; set; }
    Property Value
    Type Description
    System.String

    PaperOrientation

    Declaration
    [JsonProperty("paperOrientation")]
    public string PaperOrientation { get; set; }
    Property Value
    Type Description
    System.String

    RightMargin

    Declaration
    [JsonProperty("rightMargin")]
    public double RightMargin { get; set; }
    Property Value
    Type Description
    System.Double

    TopMargin

    Declaration
    [JsonProperty("topMargin")]
    public double TopMargin { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved