Foxit PDF SDK  9.1
SpeechModule.h
1 
13 #ifndef SpeechModule_h
14 #define SpeechModule_h
15 
16 #import <Foundation/Foundation.h>
17 
18 @protocol IModule;
19 @interface SpeechModule : NSObject<IModule>
20 
22 @property (nonatomic, assign) float readingSpeed;
24 @property (nonatomic, assign) BOOL autoNextPage;
25 
26 @end
27 
28 #endif /* SpeechModule_h */
29 
SpeechModule
Definition: SpeechModule.h:19
SpeechModule::readingSpeed
float readingSpeed
Get/Set the the reading speed.
Definition: SpeechModule.h:22
IModule-p
Module base.
Definition: UIExtensionsManager.h:38
SpeechModule::autoNextPage
BOOL autoNextPage
Whether to automatically adjust the next page.
Definition: SpeechModule.h:24