Click or drag to resize
Pdf Library for .NET

PdfMargins(Single) Constructor

Initializes all margins with the same value

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfMargins(
	float all
)

Parameters

all  Single
The value for all document margins.
See Also