PsPdfKitSettings

data class PsPdfKitSettings(val fit: Fit, val offsetFirstPage: Boolean, val pageSpacing: Double, val readingProgression: ReadingProgression, val scroll: Boolean, val scrollAxis: Axis, val spread: Spread) : Configurable.Settings

Settings values of the PDF navigator with the PSPDFKit adapter.

See also

Constructors

Link copied to clipboard
constructor(fit: Fit, offsetFirstPage: Boolean, pageSpacing: Double, readingProgression: ReadingProgression, scroll: Boolean, scrollAxis: Axis, spread: Spread)

Properties

Link copied to clipboard
val fit: Fit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard