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

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

Parameters

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