Class PdfBorders
Inheritance
System.Object
PdfBorders
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.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfBorders
Constructors
PdfBorders()
Declaration
public PdfBorders()
Properties
All
Sets all.
Declaration
public PdfPen All { set; }
Property Value
Type | Description |
---|---|
PdfPen | All. |
Bottom
Gets or sets the bottom.
Declaration
public PdfPen Bottom { get; set; }
Property Value
Type | Description |
---|---|
PdfPen | The bottom. |
Default
Gets the default.
Declaration
public static PdfBorders Default { get; }
Property Value
Type | Description |
---|---|
PdfBorders | The default. |
Left
Gets or sets the left.
Declaration
public PdfPen Left { get; set; }
Property Value
Type | Description |
---|---|
PdfPen | The left. |
Right
Gets or sets the right.
Declaration
public PdfPen Right { get; set; }
Property Value
Type | Description |
---|---|
PdfPen | The right. |
Top
Gets or sets the top.
Declaration
public PdfPen Top { get; set; }
Property Value
Type | Description |
---|---|
PdfPen | The top. |