Added UG for maintain Zoom level in single page Feature in MAUI PDF Viewer#2351
Added UG for maintain Zoom level in single page Feature in MAUI PDF Viewer#2351KSilambharasanSF4548 wants to merge 8 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
…ablePersistZoom.gif
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
Added images demonstrating the enable and disable functionality of PersistZoomOnPageChange.
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
Updated the zoom factor in the PDF viewer example.
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
|
||
|  | ||
|
|
||
| N> The default value of `PersistZoomOnPageChange` is `False`; enable it to maintain reading continuity in single-page mode. |
There was a problem hiding this comment.
The intro says False is default, the note repeats it. Remove this.
|
|
||
| You can persist the current zoom level across page changes in single-page view mode by enabling the `PersistZoomOnPageChange` property. This behavior keeps the zoom level consistent when navigating between pages using the built-in controls or programmatic APIs. | ||
|
|
||
| The default value of `PersistZoomOnPageChange` is `False`. |
There was a problem hiding this comment.
Use this para,
In single-page view mode, the zoom level resets to default each time you navigate to a new page. To maintain a consistent zoom factor throughout the document, enable the PersistZoomOnPageChange property. This applies whether navigation is triggered by the built-in toolbar controls or programmatic APIs.
Clarified the explanation of the PersistZoomOnPageChange property and its default value.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Clarified the behavior of the PersistZoomOnPageChange property in single-page view mode.
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
Changes : Added UG documentation for maintain zoom level in single page feature in MAUI PdfViewer UG Documentation.
Reason : Added new feature Maintain zoom level in single page.