PdfiumDefaults

data class PdfiumDefaults(val pageSpacing: Double? = null, val readingProgression: ReadingProgression? = null)

Default values for the PDF navigator with the PDFium adapter.

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

See also

Constructors

Link copied to clipboard
constructor(pageSpacing: Double? = null, readingProgression: ReadingProgression? = null)

Properties

Link copied to clipboard