Questions about Android development and PDF
Set default PDF visualisation mode ( Android SDK )
Less
More
-
Posts: 7
-
Thank you received: 0
-
-
IP: 194.28.116.213
6 years 4 months ago #15018
by robaba
Hi,
how can i set default PDF visualisation mode from code ( horizontal/ vertical / single / dual page ) ?
Less
More
-
Posts: 1123
-
Thank you received: 73
-
-
IP: 111.196.244.51
6 years 4 months ago #15019
by radaee
dear user:
it can changed in function:
com.radaee.pdf.Global.default_config()
"def_view" member of Global class.
Less
More
-
Posts: 93
-
Thank you received: 10
-
-
IP: 93.42.249.223
6 years 4 months ago #15020
by luca.f
Dear user,
please check variable def_view inside Global.java. Set its default value in default_config() accordingly to your needs.