ISwfOptions Interface

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

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ISwfOptions : ISaveOptions

The ISwfOptions type exposes the following members.

Properties
  NameDescription
Public propertyAsISaveOptions
Returns ISaveOptions interface. Read-only ISaveOptions.
Public propertyCompressed
Specifies whether the generated SWF document should be compressed or not. Default is true.
Public propertyCode exampleDefaultRegularFont
Returns or sets font used in case source font is not found. Read-write String.
(Inherited from ISaveOptions.)
Public propertyEnableContextMenu
Enable/disable context menu. Default is true.
Public propertyJpegQuality
Specifies the quality of JPEG images. Default is 95.
Public propertyLogoImageBytes
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.
Public propertyLogoLink
Gets or sets the full hyperlink address for a logo. Has an effect only if a LogoImageBytes is specified.
Public propertyNotesCommentsLayouting
Provides options that control how notes and comments is placed in exported document.
Public propertyProgressCallback
Represents a callback object for saving progress updates in percentage. See IProgressCallback.
(Inherited from ISaveOptions.)
Public propertyShowBottomPane
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
Public propertyShowFullScreen
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
Public propertyShowHiddenSlides
Specifies whether the generated document should include hidden slides or not. Default is false.
Public propertyShowLeftPane
Show/hide left pane. Can be overridden in flashvars. Default is true.
Public propertyShowPageBorder
Specifies whether border around pages should be shown. Default is true.
Public propertyShowPageStepper
Show/hide page stepper. Can be overridden in flashvars. Default is true.
Public propertyShowSearch
Show/hide search section. Can be overridden in flashvars. Default is true.
Public propertyShowTopPane
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
Public propertyStartOpenLeftPane
Start with opened left pane. Can be overridden in flashvars. Default is false.
Public propertyViewerIncluded
Specifies whether the generated SWF document should include the integrated document viewer or not. Default is true.
Public propertyWarningCallback
Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.
(Inherited from ISaveOptions.)
See Also