PageMargins(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the PageMargins class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public PageMargins(
	int Left,
	int Right,
	int Top,
	int Bottom
)

Parameters

Left  Int32
 
Right  Int32
 
Top  Int32
 
Bottom  Int32
 

See Also