LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

InteractiveZoomPercent Property

Show in webframe





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:
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

See Also

Reference

WebImageViewer Class
WebImageViewer Members
ScaleFactor Property
ImageViewerMouseInteractiveMode Enumeration
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.