Click or drag to resize

Margins Constructor (Int32, Int32, Int32, Int32)

Create margins with specified values

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

Parameters

left
Type: System Int32
Left margin
top
Type: System Int32
Top margin
right
Type: System Int32
Right margins
bottom
Type: System Int32
Bottom margin
See Also