Image Document View
fun ImageDocumentView(imageUri: Uri, modifier: Modifier = Modifier, documentManager: DocumentManager = getDefaultDocumentManager())
Composable that displays the Image in the specified Uri.
Parameters
image Uri
Uri pointing to the location of the document to be displayed.
modifier
The Modifier to be applied to the layout.
document Manager
documentManager to handle document events.
fun ImageDocumentView(documentState: DocumentState, modifier: Modifier = Modifier, documentManager: DocumentManager = getDefaultDocumentManager())
Composable that displays the Document in the specified Uri.
Parameters
document State
The DocumentState describing the document to be shown.
modifier
The Modifier to be applied to the layout.
document Manager
documentManager to handle document events.