remember Document State
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.DocumentView. Returns a Saver containing the DocumentState, used for remembering the state of a given document.
Return
A rememberSaveable holding the relevant document state information.
Parameters
The Uri for the document this state belongs to.
The PdfActivityConfiguration used for this state. A default configuration is used if none is passed.
A state object that can be hoisted to control and observe properties of the com.pspdfkit.jetpack.compose.views.DocumentView. Returns a Saver containing the DocumentState, used for remembering the state of a given document.
Return
A rememberSaveable holding the relevant document state information.
Parameters
The DataProvider for the document this state belongs to.
The PdfActivityConfiguration used for this state. A default configuration is used if none is passed.