Sets the margins.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetMargins(
	float left,
	float top,
	float right,
	float bottom
)
Public Sub SetMargins ( 
	left As Single,
	top As Single,
	right As Single,
	bottom As Single
)
public:
void SetMargins(
	float left, 
	float top, 
	float right, 
	float bottom
)
member SetMargins : 
        left : float32 * 
        top : float32 * 
        right : float32 * 
        bottom : float32 -> unit 

Parameters

left
Single
The left.
top
Single
The top.
right
Single
The right.
bottom
Single
The bottom.

See Also