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!

Graphics.PageUnit

[To be supplied.]

[Visual Basic]
Public Property PageUnit As GraphicsUnit
[C#]
public GraphicsUnit PageUnit {get; set;}
[C++]
public: __property GraphicsUnit get_PageUnit();
public: __property void set_PageUnit(GraphicsUnit);
[JScript]
public function get PageUnit() : GraphicsUnit;
public function set PageUnit(GraphicsUnit);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace