PdfEdges Constructor (Int32, Int32, Int32, Int32)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Int32
The left.
-
right
-
Type:
System
Int32
The right.
-
top
-
Type:
System
Int32
The top.
-
bottom
-
Type:
System
Int32
The bottom.
See Also