Gets or sets the percentage that the property will change when one of the zoom interactive modes is used.
            
            
            
            
            
            
            
            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.