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

[To be supplied.]

[Visual Basic]
Public Property PageScale As Single
[C#]
public float PageScale {get; set;}
[C++]
public: __property float get_PageScale();
public: __property void set_PageScale(float);
[JScript]
public function get PageScale() : float;
public function set PageScale(float);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace