[]
        
(Showing Draft Content)

Setting Max Value of ZoomFactor

You can set a maximum value for the ZoomFactor by using the C1Zoom.MaxZoomFactor property. The minimum fixed value for the ZoomFactor is 100%.


[C#]

c1Zoom1.MaxZoomFactor = 4.0f;

[Visual Basic]

C1Zoom1.MaxZoomFactor = 4.0F