Initializes a new instance of the class.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfEdges(
	int left,
	int right,
	int top,
	int bottom
)
Public Sub New ( 
	left As Integer,
	right As Integer,
	top As Integer,
	bottom As Integer
)
public:
PdfEdges(
	int left, 
	int right, 
	int top, 
	int bottom
)
new : 
        left : int * 
        right : int * 
        top : int * 
        bottom : int -> PdfEdges

Parameters

left
Int32
The left.
right
Int32
The right.
top
Int32
The top.
bottom
Int32
The bottom.

See Also