ISwfOptions class

ISwfOptions class

Provides options that control how a presentation is saved in SWF format.

The ISwfOptions type exposes the following members:

Properties

PropertyDescription
compressedSpecifies whether the generated SWF document should be compressed or not.
Default is true.
viewer_includedSpecifies whether the generated SWF document should include the integrated document viewer or not.
Default is true.
show_page_borderSpecifies whether border around pages should be shown. Default is true.
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is false.
show_full_screenShow/hide fullscreen button. Can be overridden in flashvars. Default is true.
show_page_stepperShow/hide page stepper. Can be overridden in flashvars. Default is true.
show_searchShow/hide search section. Can be overridden in flashvars. Default is true.
show_top_paneShow/hide whole top pane. Can be overridden in flashvars. Default is true.
show_bottom_paneShow/hide bottom pane. Can be overridden in flashvars. Default is true.
show_left_paneShow/hide left pane. Can be overridden in flashvars. Default is true.
start_open_left_paneStart with opened left pane. Can be overridden in flashvars. Default is false.
enable_context_menuEnable/disable context menu. Default is true.
logo_image_bytesImage that will be displayed as logo in the top right corner of the viewer.
Image should be 32x64 pixels PNG image, otherwise logo can be displayed improperly.
logo_linkGets or sets the full hyperlink address for a logo.
Has an effect only if a ISwfOptions.logo_image_bytes is specified.
jpeg_qualitySpecifies the quality of JPEG images.
Default is 95.
notes_comments_layoutingProvides options that control how notes and comments is placed in exported document.
warning_callback
progress_callback
default_regular_font

See Also