Class PdfEdges
The class used represents the edges of the grid cells
Inheritance
System.Object
PdfEdges
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfEdges
Constructors
PdfEdges()
Initializes a new instance of the PdfEdges class.
Declaration
public PdfEdges()
PdfEdges(Int32, Int32, Int32, Int32)
Initializes a new instance of the PdfEdges class with left,right,top and bottom values.
Declaration
public PdfEdges(int left, int right, int top, int bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | left | The left. |
System.Int32 | right | The right. |
System.Int32 | top | The top. |
System.Int32 | bottom | The bottom. |
Properties
All
Sets value to all sides left,right,top and bottom
Declaration
public int All { set; }
Property Value
Type | Description |
---|---|
System.Int32 | The integer value to all sides |
Bottom
Gets or sets the bottom value of the edge.
Declaration
public int Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The bottom value of the edge. |
Left
Gets or sets the left value of the edge
Declaration
public int Left { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The left value of the edge. |
Right
Gets or sets the right value of the edge.
Declaration
public int Right { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The right value of the edge. |
Top
Gets or sets the top value of the edge
Declaration
public int Top { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The top value of the edge. |