Margins(Single) Constructor

Initializes all margins with the same value

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public Margins(
	float all
)

Parameters

all  Single
The value for all document margins.

See Also