PageZoom

data class PageZoom(@FloatRange(from = 1.0, to = 15.0) val zoomBy: Float = 1.0f, val pageIndex: Int = 0)

Stores the default zoom level and the offset of the selected zoomed page.

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 1.0, to = 15.0) zoomBy: Float = 1.0f, pageIndex: Int = 0)

Properties

Link copied to clipboard

The zero-based index of the page to apply the zoom to.

Link copied to clipboard

The zoom multiplier for the page (between MIN_ZOOM and MAX_ZOOM).