Skip to content

Commit a6a6b9a

Browse files
authored
Update Magnification.md
1 parent 4d00640 commit a6a6b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/PDF-Viewer/Magnification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You can also retrieve the current zoom level using the same property.
3131
### Setting Minimum and Maximum Zoom Limits
3232

3333
By default, the zoom range varies by platform:
34-
1. **Mobile (Android/iOS):** 1.0 to 4.0
35-
2. **Desktop (Windows/macOS):** 0.25 to 4.0
34+
* **Mobile (Android/iOS):** 1.0 to 4.0
35+
* **Desktop (Windows/macOS):** 0.25 to 4.0
3636

3737
To restrict zoom levels, use the [MinZoomFactor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_MinZoomFactor) and [MaxZoomFactor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_MaxZoomFactor) properties.
3838

0 commit comments

Comments
 (0)