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!

PageSettings.Margins

Gets or sets a value indicating the margins for this page.

[Visual Basic]
Public Property Margins As Margins
[C#]
public Margins Margins {get; set;}
[C++]
public: __property Margins* get_Margins();
public: __property void set_Margins(Margins*);
[JScript]
public function get Margins() : Margins;
public function set Margins(Margins);

Property Value

The margins for this page, in one hundredths of an inch.

See Also

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