EVO HTML to PDF Converter

PdfMargins Constructor (Single, Single, Single, Single)

Winnovative Client for .NET Documentation
Initializes the margins with the given values

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.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