This documentation is archived and is not being maintained.
Graphics.PageScale Property
.NET Framework 1.1
Gets or sets the scaling between world units and page units for this Graphics object.
[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);
Property Value
This property specifies a value for the scaling between world units and page units for this Graphics object.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Graphics Class | Graphics Members | System.Drawing Namespace
Show: