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.Bottom

Gets or sets the bottom margin, in hundredths of an inch.

[Visual Basic]
Public Property Bottom As Integer
[C#]
public int Bottom {get; set;}
[C++]
public: __property int get_Bottom();
public: __property void set_Bottom(int);
[JScript]
public function get Bottom() : int;
public function set Bottom(int);

Property Value

The bottom margin, in hundredths of an inch.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace | Left | Right | System.Drawing.Printing.Margins.Up