Margins Constructor (Int32, Int32, Int32, Int32)
Creates a new Margins object with the given values.
[Visual Basic]Overloads Public Sub New( _
ByVal
left As
Integer, _
ByVal
top As
Integer, _
ByVal
right As
Integer, _
ByVal
bottom As
Integer _
)
[C#]public Margins(
int left,
int top,
int right,
int bottom);
Parameters
- left
- The left margin.
- top
- The top margin.
- right
- The right margin.
- bottom
- The bottom margin.
See Also
Margins Class | NETXP.Library Namespace | Margins Constructor Overload List