Click or drag to resize

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
)

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