ISwfOptions
Contents
[
Hide
]ISwfOptions interface
Provides options that control how a presentation is saved in SWF format.
public interface ISwfOptions : ISaveOptions
Properties
Name | Description |
---|---|
AsISaveOptions { get; } | Returns ISaveOptions interface. Read-only ISaveOptions . |
Compressed { get; set; } | Specifies whether the generated SWF document should be compressed or not. Default is true . |
EnableContextMenu { get; set; } | Enable/disable context menu. Default is true. |
JpegQuality { get; set; } | Specifies the quality of JPEG images. Default is 95. |
LogoImageBytes { get; set; } | 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. |
LogoLink { get; set; } | Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImageBytes is specified. |
NotesCommentsLayouting { get; } | Provides options that control how notes and comments is placed in exported document. |
ShowBottomPane { get; set; } | Show/hide bottom pane. Can be overridden in flashvars. Default is true. |
ShowFullScreen { get; set; } | Show/hide fullscreen button. Can be overridden in flashvars. Default is true. |
ShowHiddenSlides { get; set; } | Specifies whether the generated document should include hidden slides or not. Default is false . |
ShowLeftPane { get; set; } | Show/hide left pane. Can be overridden in flashvars. Default is true. |
ShowPageBorder { get; set; } | Specifies whether border around pages should be shown. Default is true. |
ShowPageStepper { get; set; } | Show/hide page stepper. Can be overridden in flashvars. Default is true. |
ShowSearch { get; set; } | Show/hide search section. Can be overridden in flashvars. Default is true. |
ShowTopPane { get; set; } | Show/hide whole top pane. Can be overridden in flashvars. Default is true. |
StartOpenLeftPane { get; set; } | Start with opened left pane. Can be overridden in flashvars. Default is false. |
ViewerIncluded { get; set; } | Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true . |
See Also
- interface ISaveOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides