PdfMargins(Int32, Int32, Int32, Int32) Constructor

Set individual sizes for the left, right, top and bottom margins in points

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
C#
public PdfMargins(
	int leftMargin,
	int rightMargin,
	int topMargin,
	int bottomMargin
)

Parameters

leftMargin  Int32
Left margin size in points
rightMargin  Int32
Right margin size in points
topMargin  Int32
Top margin size in points
bottomMargin  Int32
Bottom margin size in points

See Also