Margins(Single, Single, Single, Single) Constructor

Initializes the margins with the given values

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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