iSpring.AppearanceSettings Interface
The AppearanceSettings Interface represents appearance settings of the generated Flash content.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
AddPreloader |
bool |
Read/write |
false |
A Boolean value indicating whether a preloading module is added
to the generated Flash presentation. |
|
BackgroundColor |
uint |
Read/write |
0xFFFFFF |
Background color of the generated Flash presentation in 0xBBGGRR
format: |
|
DisablePrinting |
bool |
Read/write |
false |
A Boolean value indicating whether the "Print..." option of the Adobe
Flash Player context menu is disabled. |
|
DisableMenu |
bool |
Read/write |
false |
A Boolean value indicating whether the Adobe Flash Player context menu is disabled. |
|
FrameRate |
float |
Read/write |
24 |
A frame rate of the generated Flash presentation. |
|
FullScreen |
bool |
Read/write |
false |
A Boolean value indicating whether the generated Flash presentation
occupies a whole screen area.
|
|
OptimizeImagesForScreenResolution |
bool |
Read/write |
false |
A Boolean value indicating whether the generated Flash content
will be optimized for the particular screen resolution. |
|
ScreenHeight |
int |
Read/write |
768 |
The screen height images will be optimized for. |
|
ScreenWidth |
int |
Read/write |
1024 |
The screen width images will be optimized for. |
|
SmoothImages |
bool |
Read/write |
true |
A Boolean value indicating whether raster images smoothing is turned on |
|
ExportSlideBackground |
bool |
Read/write |
true |
Indicates whether the slide background should be exported |
See also
PresentationConverter Class
Settings Interface
iSpring SDK COM API