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

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

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

Property Value

The right margin, in hundredths of an inch.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace | Left | Top | Bottom