menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class Margins

    Class for Margin.

    Inheritance
    System.Object
    EJTagHelper
    Margins
    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.ReportViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Margins : EJTagHelper

    Constructors

    Margins()

    Declaration
    public Margins()

    Properties

    Bottom

    Specifies the bottom of paper margin in print layout.

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

    The bottom of paper margin.

    Left

    Specifies the left of paper margin in print layout.

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

    The left of paper margin.

    Right

    Specifies the right of paper margin in print layout.

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

    The right of paper margin.

    Top

    Specifies the top of paper margin in print layout.

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

    The top of paper margin.

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