Search code examples
azure-cognitive-servicesimmersive-reader

How do I programmatically close the Immersive Reader?


I would like to be able to close the Immersive Reader in code, without the need for user intervention. Is there a way to do this?


Solution

  • You can use the ImmersiveReader.close() function to close the Immersive Reader. The documentation is available here.