Default constructor initializes with 0 all the margins

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Margins(
	float left,
	float right,
	float top,
	float bottom
)
Visual Basic
Public Sub New ( 
	left As Single,
	right As Single,
	top As Single,
	bottom As Single
)
Visual C++
public:
Margins(
	float left, 
	float right, 
	float top, 
	float bottom
)

Parameters

left
Type: System..::..Single
The left margin
right
Type: System..::..Single
The right margin
top
Type: System..::..Single
The top margin
bottom
Type: System..::..Single
The ottom margin

See Also