Class Margins
Class for Margin.
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.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. |