BackgroundColor | uint | Read/Write | 0xFFFFFF | The background color of the generated HTML presentation in 0xBBGGRR format: color = Red + (Green * 255) + (Blue * 65536) The background color property can be set to null. In this case, the HTML5 presentation background will be transparent.
|
ExportSlideBackground | bool | Read/Write | true | If this parameter is set to false, the slides in the generated presentation won't have any background. The mouse click will work only on the slide objects and will not work on the background. |
OptimizeImagesForScreenResolution | bool | Read/Write | false | A boolean value indicating whether the generated HTML content will be optimized for the particular screen resolution.
Note: the ScreenHeight and the ScreenWidth properties specify the screen height and width for which the generated presentation will be optimized. |
ScreenWidth | int | Read/Write | 1024 | The screen width for which the images will be optimized.
Note: this property is used if the OptimizeImagesForScreenResolution property is set to true. |
ScreenHeight | int | Read/Write | 768 | The screen height for which the images will be optimized.
Note: this property is used if the OptimizeImagesForScreenResolution property is set to true. |
FitToWindow | bool | Read/Write | false | In the FitToWindow mode, the presentation adjusts to fit to the browser window. |