hons82/THPDFKit

info landscape pdf

Closed this issue · 3 comments

hi how to view 1 page for landscape pdf?
i see always 2 pages

found i changed the updateOrientation but can you make it configurable?

thanks

It's probably not exposed yet...
But that shouldn't be a problem.
There is this method func updateOrientation(landscape isLandscape: Bool = true) where such a parameter could be checked...

yes thank you found