Initializes all margins with the same value

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public Margins(
	float all
)
Visual Basic
Public Sub New ( 
	all As Single
)
Visual C++
public:
Margins(
	float all
)

Parameters

all
Type: System..::..Single
The value for all document margins.

See Also