| Visual Basic (Declaration) | |
|---|---|
Public Property InteractiveZoomPercent As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebImageViewer Dim value As Integer instance.InteractiveZoomPercent = value value = instance.InteractiveZoomPercent | |
| C# | |
|---|---|
public int InteractiveZoomPercent {get; set;} | |
Property Value
The percentage that the property will change when one of the zoom interactive modes is used.Refer to WebImageViewer.OpenImageUrl
Default value is 25, minimum value is 1 and maximum value is 99.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code