Пример #1
0
        private void SpeakCurrentPage()
        {
            if (_currentText != null)
            {
                string text = _currentText.Substring(_curCharIndex, _contentText.firstOverflowCharacterIndex);

                _speechController.SpeakText(text);
            }
        }