Package com.pspdfkit.jetpack.compose
Types
DocumentState
Link copied to clipboard
A state object that can be hoisted to control and observe properties of the DocumentView. Create instances of this object using rememberDocumentState.
ExperimentalPSPDFKitApi
Link copied to clipboard
Annotation used to indicate a member is part of an experimental PSPDFKit API. Anything carrying this annotation may be changed in the future without notice.
Functions
DocumentView
Link copied to clipboard
@Composable
Content copied to clipboard
@Composable
Content copied to clipboard
Composable that displays the Document in the specified Uri.
ImageDocumentView
Link copied to clipboard
@Composable
Content copied to clipboard
Composable that displays the Image in the specified Uri.
@Composable
Content copied to clipboard
Composable that displays the Document in the specified Uri.
rememberDocumentState
Link copied to clipboard
@Composable
Content copied to clipboard
A state object that can be hoisted to control and observe properties of the DocumentView. Returns a Saveable containing the DocumentState, used for remembering the state of a given document.