Create and initialize margin.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfMargins(
	float leftRight,
	float topBottom
)
Public Sub New ( 
	leftRight As Single,
	topBottom As Single
)
public:
PdfMargins(
	float leftRight, 
	float topBottom
)
new : 
        leftRight : float32 * 
        topBottom : float32 -> PdfMargins

Parameters

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

See Also