HorizontalSampleA

fun HorizontalSampleA(modifier: Modifier = Modifier, horizontalVueReaderState: HorizontalVueReaderState, import: () -> Unit)

Displays a pdf

Allows the viewing of a pdf file that moves left and right for multiple pages. This functionality is borrowed from https://github.com/pratikksahu/JetPDFVue

Parameters

modifier

The Modifier applied to this component

horizontalVueReaderState

The necessary logic to control the redrawing of a pdf when zooming, turning pages, or other controls.

import

I don't know what this does, but it was in the sample. U•ェ•*U

See also