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

Initializes a new instance of a the Margins class .

Overload List

Initializes a new instance of a the Margins class with one inch margins.

[Visual Basic] Overloads Public Sub New()
[C#] public Margins();
[C++] public: Margins();
[JScript] public function Margins();

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

[Visual Basic] Overloads Public Sub New(Integer, Integer, Integer, Integer)
[C#] public Margins(int, int, int, int);
[C++] public: Margins(int, int, int, int);
[JScript] public function Margins(int, int, int, int);

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace