NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Margins Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of a the Margins class with the specified left, right, top, and bottom margins.

[Visual Basic]
Overloads Public Sub New( _
   ByVal left As Integer, _
   ByVal right As Integer, _
   ByVal top As Integer, _
   ByVal bottom As Integer _
)
[C#]
public Margins(
   int left,
   int right,
   int top,
   int bottom
);
[C++]
public: Margins(
   int left,
   int right,
   int top,
   int bottom
);
[JScript]
public function Margins(
   left : int,
   right : int,
   top : int,
   bottom : int
);

Parameters

left
The left margin, in hundredths of an inch.
right
The right margin, in hundredths of an inch.
top
The top margin, in hundredths of an inch.
bottom
The bottom margin, in hundredths of an inch.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace | Margins Constructor Overload List