ISwfOptions Interface |
Namespace: Aspose.Slides.Export
The ISwfOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsISaveOptions |
Returns ISaveOptions interface.
Read-only ISaveOptions.
|
![]() | Compressed |
Specifies whether the generated SWF document should be compressed or not.
Default is true.
|
![]() ![]() | DefaultRegularFont |
Returns or sets font used in case source font is not found.
Read-write String.
(Inherited from ISaveOptions.) |
![]() | EnableContextMenu |
Enable/disable context menu. Default is true.
|
![]() | JpegQuality |
Specifies the quality of JPEG images.
Default is 95.
|
![]() | LogoImageBytes |
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 |
Gets or sets the full hyperlink address for a logo.
Has an effect only if a LogoImageBytes is specified.
|
![]() | NotesCommentsLayouting |
Provides options that control how notes and comments is placed in exported document.
|
![]() | ProgressCallback |
Represents a callback object for saving progress updates in percentage.
See IProgressCallback.
(Inherited from ISaveOptions.) |
![]() | ShowBottomPane |
Show/hide bottom pane. Can be overridden in flashvars. Default is true.
|
![]() | ShowFullScreen |
Show/hide fullscreen button. Can be overridden in flashvars. Default is true.
|
![]() | ShowHiddenSlides |
Specifies whether the generated document should include hidden slides or not.
Default is false.
|
![]() | ShowLeftPane |
Show/hide left pane. Can be overridden in flashvars. Default is true.
|
![]() | ShowPageBorder |
Specifies whether border around pages should be shown. Default is true.
|
![]() | ShowPageStepper |
Show/hide page stepper. Can be overridden in flashvars. Default is true.
|
![]() | ShowSearch |
Show/hide search section. Can be overridden in flashvars. Default is true.
|
![]() | ShowTopPane |
Show/hide whole top pane. Can be overridden in flashvars. Default is true.
|
![]() | StartOpenLeftPane |
Start with opened left pane. Can be overridden in flashvars. Default is false.
|
![]() | ViewerIncluded |
Specifies whether the generated SWF document should include the integrated document viewer or not.
Default is true.
|
![]() | WarningCallback |
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.) |