PdfLayout
How PdfView lays its pages out and how the user moves between them.
Inheritors
Types
Link copied to clipboard
All pages in one continuous scrollable strip (lazy — offscreen pages are neither composed nor rasterized). Pages fill the cross axis at their natural aspect ratio.
Link copied to clipboard
data class Paged(val orientation: Orientation = Orientation.Horizontal, val offscreenPages: Int = 1) : PdfLayout
One page at a time with snap paging (swipe, or drive programmatically via PdfViewState). Each page is letterboxed to fit the viewport.
Link copied to clipboard
Exactly one fixed page, letterboxed to fit the viewport.