Visual Basic (Declaration) | |
---|---|
Public Property AllowUserZoom As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SpreadView Dim value As Boolean instance.AllowUserZoom = value value = instance.AllowUserZoom |
C# | |
---|---|
public bool AllowUserZoom {get; set;} |
Property Value
Boolean: true if the user is allowed to scale the display; false otherwiseIf you set this property to false, users cannot zoom in or out by clicking the mouse while the pointer is over a preview page. However, you can still provide other means to let users zoom, such as a button that changes the ZoomFactor property.
This property is available at run time only.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2