HiQPdf Documentation

PdfMargins Constructor (Single, Single, Single, Single)

HiQPdf Client for .NET Core
Set individual sizes for the left, right, top and bottom margins in points

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfMargins(
	float leftMargin,
	float rightMargin,
	float topMargin,
	float bottomMargin
)

Parameters

leftMargin
Type: SystemSingle
Left margin size in points
rightMargin
Type: SystemSingle
Right margin size in points
topMargin
Type: SystemSingle
Top margin size in points
bottomMargin
Type: SystemSingle
Bottom margin size in points
See Also

Reference