PdfMargins(Single, Single, Single, Single) Constructor

Initializes the margins with the given values

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfMargins(
	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