Margins(Single, Single, Single, Single) Constructor

Initializes the margins with the given values

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public Margins(
	float left,
	float right,
	float top,
	float bottom
)

Parameters

left  Single
The left margin
right  Single
The right margin
top  Single
The top margin
bottom  Single
The bottom margin

See Also