Margins(Single) Constructor

Initializes all margins with the same value

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public Margins(
	float all
)

Parameters

all  Single
The value for all document margins.

See Also