Click or drag to resize
Pdf Library for .NET

PdfMargins Constructor (Single)

Initializes all margins with the same value

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

Parameters

all
Type: SystemSingle
The value for all document margins.
See Also