Class PdfEdge
Represents the edges of the page.
Inheritance
System.Object
PdfEdge
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfEdge : Enum
Fields
Bottom
Indicates the bottom edge of the page
Declaration
public const PdfEdge Bottom
Field Value
Type |
---|
PdfEdge |
Left
Indicates the left edge of the page
Declaration
public const PdfEdge Left
Field Value
Type |
---|
PdfEdge |
Right
Indicates the right edge of the page.
Declaration
public const PdfEdge Right
Field Value
Type |
---|
PdfEdge |
Top
Indicates the top edge of the page
Declaration
public const PdfEdge Top
Field Value
Type |
---|
PdfEdge |