setDocumentInteractionEnabled

open fun setDocumentInteractionEnabled(documentInteractionEnabled: Boolean)

Enables or disables interaction with the document. When the interaction is disabled you can no longer scroll or zoom the document in any way, any other UI like the thumbnail bar is still enabled.

Parameters

documentInteractionEnabled

true to enable interacting with the document, false to disable it.