SwfOptions

SwfOptions class

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

The SwfOptions type exposes the following members:

Constructors

NameDescription
SwfOptions()Default constructor.

Properties

NameDescription
warning_callbackReturns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write string.
show_hidden_slidesSpecifies whether the generated document should include hidden slides or not.
Default is
compressedSpecifies whether the generated SWF document should be compressed or not.
Default is
viewer_includedSpecifies whether the generated SWF document should include the integrated document viewer or not.
Default is
show_page_borderSpecifies whether border around pages should be shown. Default is true.
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 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.
as_i_save_optionsReturns ISaveOptions interface.
Read-only ISaveOptions.

See Also