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