ISwfOptions class
Contents
[
Hide
]ISwfOptions class
Provides options that control how a presentation is saved in SWF format.
The ISwfOptions type exposes the following members:
Properties
Property | Description |
---|---|
compressed | Specifies whether the generated SWF document should be compressed or not. Default is true . |
viewer_included | Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true . |
show_page_border | Specifies whether border around pages should be shown. Default is true. |
show_hidden_slides | Specifies whether the generated document should include hidden slides or not. Default is false . |
show_full_screen | Show/hide fullscreen button. Can be overridden in flashvars. Default is true. |
show_page_stepper | Show/hide page stepper. Can be overridden in flashvars. Default is true. |
show_search | Show/hide search section. Can be overridden in flashvars. Default is true. |
show_top_pane | Show/hide whole top pane. Can be overridden in flashvars. Default is true. |
show_bottom_pane | Show/hide bottom pane. Can be overridden in flashvars. Default is true. |
show_left_pane | Show/hide left pane. Can be overridden in flashvars. Default is true. |
start_open_left_pane | Start with opened left pane. Can be overridden in flashvars. Default is false. |
enable_context_menu | Enable/disable context menu. Default is true. |
logo_image_bytes | Image 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_link | Gets or sets the full hyperlink address for a logo. Has an effect only if a ISwfOptions.logo_image_bytes is specified. |
jpeg_quality | Specifies the quality of JPEG images. Default is 95. |
notes_comments_layouting | Provides options that control how notes and comments is placed in exported document. |
warning_callback | |
progress_callback | |
default_regular_font | |
gradient_style |
See Also
- module
aspose.slides.export
- library
Aspose.Slides