In This Topic
Sets all of the Margin properties at once.
Syntax
'Declaration
Public Sub SetMargins( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void SetMargins(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- left
- Left margin.
- top
- Top margin.
- right
- Right margin.
- bottom
- Bottom margin.
See Also