Users want the ability to have all the documents that they view initially open with the same Zoom Percentage. How can I accomplish this?
Setting the zoom percentage is possible in PrizmDoc. You can listen in on the ScaleChanged
event, which is triggered whenever your user changes the zoom level of the Viewer. For more information, refer to the EventType section of the PCCViewer help topic.
Then you could take that value, store it however you want, and use it to set the initial zoom factor of the page upon loading the Viewer using setScaleFactor
. For more information and a code sample, refer to the Setting the Initial Zoom Factor help topic.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article