Page

data class Page(val pageIndex: Int) : KiteBookmark

A page index in a PDF. Pages are fixed, so the index IS the position.

Constructors

Link copied to clipboard
constructor(pageIndex: Int)

Properties

Link copied to clipboard
open override val chapter: Int

The chapter this position lives in. Resolving needs only this chapter.

Link copied to clipboard