Table of Contents

Class PdfEdges

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

The class used represents the edges of the grid cells

public class PdfEdges
Inheritance
PdfEdges
Inherited Members

Constructors

PdfEdges()

Initializes a new instance of the PdfEdges class.

public PdfEdges()

PdfEdges(int, int, int, int)

Initializes a new instance of the PdfEdges class with left,right,top and bottom values.

public PdfEdges(int left, int right, int top, int bottom)

Parameters

left int

The left.

right int

The right.

top int

The top.

bottom int

The bottom.

Properties

All

Sets value to all sides left,right,top and bottom

public int All { set; }

Property Value

int

The integer value to all sides

Bottom

Gets or sets the bottom value of the edge.

public int Bottom { get; set; }

Property Value

int

The bottom value of the edge.

Left

Gets or sets the left value of the edge

public int Left { get; set; }

Property Value

int

The left value of the edge.

Right

Gets or sets the right value of the edge.

public int Right { get; set; }

Property Value

int

The right value of the edge.

Top

Gets or sets the top value of the edge

public int Top { get; set; }

Property Value

int

The top value of the edge.