Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Document-Processing/PDF/PDF-Viewer/flutter/magnification.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,8 @@ Widget build(BuildContext context) {
}

{% endhighlight %}
{% endtabs %}
{% 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.