PdfMargins(Single) Constructor

Initializes all margins with the same value

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfMargins(
	float all
)

Parameters

all  Single
The value for all document margins.

See Also