LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

InteractiveZoomPercent Property






Gets or sets the percentage that the property will change when one of the zoom interactive modes is used.
Syntax
public int InteractiveZoomPercent {get; set;}
'Declaration
 
Public Property InteractiveZoomPercent As Integer
'Usage
 
Dim instance As WebImageViewer
Dim value As Integer
 
instance.InteractiveZoomPercent = value
 
value = instance.InteractiveZoomPercent
public int InteractiveZoomPercent {get; set;}
 get_InteractiveZoomPercent();
set_InteractiveZoomPercent(value);
public:
property int InteractiveZoomPercent {
   int get();
   void set (    int value);
}

Property Value

The percentage that the ScaleFactor property will change when one of the ImageViewerMouseInteractiveMode zoom interactive modes is used.
Remarks
Default value is 25, minimum value is 1 and maximum value is 99.
Example
Refer to OpenImageUrl(String)
Requirements

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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
ScaleFactor Property
ImageViewerMouseInteractiveMode Enumeration
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.