PsPdfKitDefaults

data class PsPdfKitDefaults(val offsetFirstPage: Boolean? = null, val pageSpacing: Double? = null, val readingProgression: ReadingProgression? = null, val scroll: Boolean? = null, val spread: Spread? = null)

Default values for the PDF navigator with the PSPDFKit adapter.

These values will be used when no publication metadata or user preference takes precedence.

See also

Constructors

Link copied to clipboard
constructor(offsetFirstPage: Boolean? = null, pageSpacing: Double? = null, readingProgression: ReadingProgression? = null, scroll: Boolean? = null, spread: Spread? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard