ImageDocumentView

fun ImageDocumentView(imageUri: Uri, modifier: Modifier = Modifier, documentManager: DocumentManager = getDefaultDocumentManager())

Composable that displays the Image in the specified Uri.

Parameters

imageUri

Uri pointing to the location of the document to be displayed.

modifier

The Modifier to be applied to the layout.

documentManager

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

documentState

The DocumentState describing the document to be shown.

modifier

The Modifier to be applied to the layout.

documentManager

documentManager to handle document events.