WebPlanner Programmer's Guide

IGraphics.PageScale Property

See Also
 


Gets or sets the scaling between world units and page units for this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract float PageScale { get; set; }

Visual Basic  Copy Code

Public MustOverride Property PageScale As Single

 Property Value

This property specifies a value for the scaling between world units and page units for this IGraphics object.

 See Also