EVO HTML to PDF Converter

PdfMargins Constructor (Single, Single, Single, Single)

EVO PDF Client for .NET Documentation
Initializes the margins with the given values

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public PdfMargins(
	float left,
	float right,
	float top,
	float bottom
)

Parameters

left
Type: SystemSingle
The left margin
right
Type: SystemSingle
The right margin
top
Type: SystemSingle
The top margin
bottom
Type: SystemSingle
The bottom margin
See Also

Reference