Package-level declarations

Functions

Link copied to clipboard
fun HorizontalPDFView(modifier: Modifier = Modifier, uri: Uri, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun HorizontalPDFView(modifier: Modifier = Modifier, file: File, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun HorizontalPDFView(modifier: Modifier = Modifier, stream: InputStream, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun HorizontalPDFView(modifier: Modifier = Modifier, bytes: ByteArray, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun HorizontalPDFView(modifier: Modifier = Modifier, assetName: String, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
Link copied to clipboard
fun VerticalPDFView(modifier: Modifier = Modifier, uri: Uri, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun VerticalPDFView(modifier: Modifier = Modifier, file: File, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun VerticalPDFView(modifier: Modifier = Modifier, stream: InputStream, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun VerticalPDFView(modifier: Modifier = Modifier, bytes: ByteArray, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))
fun VerticalPDFView(modifier: Modifier = Modifier, assetName: String, zoomableState: ZoomableState = rememberZoomableState( minScale = ZoomableDefaults.DefaultScale ))