Initializes a new instance of the Margins class

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
top
Int32
right
Int32
bottom
Int32

See Also