Click or drag to resize

Margins Constructor (Single)

Initializes all margins with the same value

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

Parameters

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