Click or drag to resize
Margins Constructor (Single)
Initializes all margins with the same value

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public Margins(
	float all
)

Parameters

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