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 );
Margins Class | Margins Members | System.Drawing.Printing Namespace | Margins Constructor Overload List