Sets the margins.

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 void SetMargins(
	float leftRight,
	float topBottom
)
Public Sub SetMargins ( 
	leftRight As Single,
	topBottom As Single
)
public:
void SetMargins(
	float leftRight, 
	float topBottom
)
member SetMargins : 
        leftRight : float32 * 
        topBottom : float32 -> unit 

Parameters

leftRight
Single
The left right.
topBottom
Single
The top bottom.

See Also