FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents the Read Aloud Addon in the PDFUI, allowing users to have documents read aloud. More...
Inherits UIXAddon.
Public Member Functions | |
onActivationChange (callback) | |
Registers event listeners to track changes in the Read Aloud activation status. More... | |
Represents the Read Aloud Addon in the PDFUI, allowing users to have documents read aloud.
The Read Aloud Addon provides functionality for text-to-speech (TTS) reading of PDF documents, enabling users to have the content read aloud with customizable options.
|
inline |
Registers event listeners to track changes in the Read Aloud activation status.
This method allows you to set up event listeners that will notify you when the Read Aloud is activated or deactivated.
callback | (isActivated:boolean)=>void - A callback function that will be invoked when the Read Aloud's activation status changes. The callback receives one parameter:
|