| 
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
Syntax
 
 
public Margins(
	int left,
	int top,
	int right,
	int bottom
)
 
Public Sub New ( 
	left As Integer,
	top As Integer,
	right As Integer,
	bottom As Integer
)
 
public:
Margins(
	int left, 
	int top, 
	int right, 
	int bottom
)
 
new : 
left : int * 
top : int * 
right : int * 
bottom : int -> Margins
 
 
 
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
See Also