PdfiumPreferences
@Serializable
Preferences for the PDF navigator with the PDFium adapter.
Parameters
fit
Indicates how pages should be laid out within the viewport.
pageSpacing
Space between pages in dp.
readingProgression
Direction of the horizontal progression across pages.
scroll
Indicates whether the pages should scroll continuously. When false, page flings snap to page boundaries (paginated feel).
scrollAxis
Indicates the axis along which pages should be laid out in scroll mode.
Constructors
Link copied to clipboard
constructor(fit: Fit? = null, pageSpacing: Double? = null, readingProgression: ReadingProgression? = null, scroll: Boolean? = null, scrollAxis: Axis? = null)