# 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%.

## Content

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#]

```csharp
c1Zoom1.MaxZoomFactor = 4.0f;
```

[Visual Basic]

```vbnet
C1Zoom1.MaxZoomFactor = 4.0F
```
