iSpring.Settings Interface
This interface represents conversion settings of the PresentationConverter class. It provides the following properties and methods.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
AllowDomain |
string |
Read/write |
"*" |
A name of the domain which Flash files are allowed to
access the ActionScript API of the generated Flash presentations. |
|
Appearance |
Read only |
|
Returns an AppearanceSettings Interface providing Flash presentation appearance customization facilities |
|
|
CpuLimit |
int |
Read/write |
100 |
Specifies an approximate CPU usage limit during conversion |
|
DisablePrinting |
bool |
Read/Write |
false |
Disables the "Print..." option in the Adobe Flash player context menu* |
|
GenerateExe |
bool |
Read/Write |
false |
Indicates whether a standalone Flash player is attached to the generated Flash content allowing playback on windows system with no Flash player or addon installed. |
|
LogFile |
string |
Read/write |
" |
The log file path. A log file contains the information about the presentation conversion progress. |
|
Media |
Read only |
|
Returns a MediaSettings Interface providing multimedia options and compression control facilities |
|
|
Navigation |
Read only |
|
Returns a NavigationSettings Interface providing the Flash presentation navigation settings |
|
|
Playback |
Read only |
|
Returns a PlaybackSettings Interface providing Flash presentation playback control facilities |
|
|
RestrictedDomain |
string |
Read/write |
" |
The domain name (or names separated by semicolon) where the
generated Flash presentation playback is allowed. |
|
SwfVersion |
int |
Read/write |
7 |
Adobe Flash player version required to play the generated Flash movie |
|
TemporaryFolder |
string |
Read/write |
" |
A path to the folder where temporary files will be created
during generatrion. |
|
ZipOutput |
bool |
Read/write |
false |
A Boolean value indicating whether the generated files are to be compressed |
|
PreserveCompletePresentationInfo |
bool |
Read/write |
true |
A boolean value indicating that complete presentation info should be included into presentation description file even through it is not used by skin. Complete presentation information is accessible via API if the property value is true. |
|
Protection |
Read |
|
Returns the ProtectionSettings interface provideing copyrights and protection and facilities |
| Methods |
|
Method |
Method description |
|
void Load(string fileName) |
Loads the conversion settings from the XML file |
|
void Save(string fileName) |
Saves the settings to the XML file |
Remarks
* The DisablePrinting property of the Settings Interfaceis obsolete. Use the DisablePrinting property of the AppearanceSettings interface.
See also
AppearanceSettings Interface
MediaSettings Interface
NavigationSettings Interface
PlaybackSettings Interface
PresentationConverter Class
iSpring SDK COM API