Margins Constructor(Single,Single,Single,Single)
In This Topic
Initializes a new instance of
Margins.
Syntax
'Declaration
Public Function New( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
)
public Margins(
System.float ,
System.float ,
System.float ,
System.float
)
Parameters
- left
- Left margin, in inches.
- top
- Top margin, in inches.
- right
- Right margin, in inches.
- bottom
- Bottom margin, in inches.
See Also