Click or drag to resize

MarginsF Constructor (Single, Single, Single, Single)

Initializes a new instance of the MarginsF class

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public MarginsF(
	float left,
	float top,
	float right,
	float bottom
)

Parameters

left
Type: System Single
top
Type: System Single
right
Type: System Single
bottom
Type: System Single
See Also