InteractiveZoomPercent Property

Summary

Gets or sets the percentage that the property will change when one of the zoom interactive modes is used.

Syntax
C#
VB
C++
public int InteractiveZoomPercent { get; set; } 
  
Public Property InteractiveZoomPercent As Integer 
public: 
property int InteractiveZoomPercent { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly