Click or drag to resize

Margins Constructor (Single)

Initializes all margins with the same value

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public Margins(
	float all
)

Parameters

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