How to define the default View mode to Multiple Pages?

Stimulsoft Reports.PHP discussion
Post Reply
bpdama
Posts: 8
Joined: Tue Jan 25, 2022 6:33 pm

How to define the default View mode to Multiple Pages?

Post by bpdama »

Hello,

I would like to define the default View mode to Continuouse or Multiple Pages when open the viewer.php. How can I do it?

Thank you.
Max Shamanov
Posts: 767
Joined: Tue Sep 07, 2021 10:11 am

Re: How to define the default View mode to Multiple Pages?

Post by Max Shamanov »

Hello,

You can use the following code:

Code: Select all

options.toolbar.viewMode = Stimulsoft.Viewer.StiWebViewMode.Continuous;
You can read about other settings in our documentation:
https://www.stimulsoft.com/en/documenta ... f_show.htm

Thank you.
bpdama
Posts: 8
Joined: Tue Jan 25, 2022 6:33 pm

Re: How to define the default View mode to Multiple Pages?

Post by bpdama »

Hi Max Shamanov, Thank you for your help, I read it, but I am sorry, I did not read it carefully. Thanks again.
Max Shamanov
Posts: 767
Joined: Tue Sep 07, 2021 10:11 am

Re: How to define the default View mode to Multiple Pages?

Post by Max Shamanov »

Hello

You are welcome.
Please let us know if you need any additional help.

Thank you.
Post Reply