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

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

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

Property Value

The left margin, in hundredths of an inch.

See Also

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