Gets or sets the scaling between world units and page units for this GdiGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public virtual float PageScale { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property PageScale As Single |
This property specifies a value for the scaling between world units and page units for this GdiGraphics object.
See Also