Click or drag to resize
Pdf Library for .NET

PdfMargins Constructor (Single)

Initializes all margins with the same value

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

Parameters

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