diff --git a/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md b/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md index 251ec801a0..43b0d0d8b4 100644 --- a/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md +++ b/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md @@ -124,4 +124,8 @@ Widget build(BuildContext context) { } {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +N>* On mobile platforms, when a PDF is loaded, the pages occupy the maximum available width, i.e., the pages fit the screen width. +N>* When the device orientation changes, the pages automatically occupy the available width in landscape orientation as well. +N>* In Continuous Page Layout mode, all pages are zoomed. In Single Page Layout mode, only the current page is zoomed. \ No newline at end of file