Creates new margin settings, using the specified settings for the top, bottom, left, and right margins.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim top As System.Integer
Dim bottom As System.Integer
Dim left As System.Integer
Dim right As System.Integer
Dim instance As New Margins(top, bottom, left, right)
public Margins(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- top
- The top margin, in hundredths of an inch.
- bottom
- The bottom margin, in hundredths of an inch.
- left
- The left margin, in hundredths of an inch.
- right
- The right margin, in hundredths of an inch.
See Also