ISaveOptions
Contents
[
Hide
]ISaveOptions interface
Options that control how a presentation is saved.
public interface ISaveOptions
Properties
| Name | Description |
|---|---|
| DefaultRegularFont { get; set; } | Returns or sets font used in case source font is not found. Read-write String. |
| GradientStyle { get; set; } | Returns or sets the visual style of the gradient. Read/write GradientStyle. |
| ProgressCallback { get; set; } | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
| SkipJavaScriptLinks { get; set; } | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write Boolean. The default value is false. |
| WarningCallback { get; set; } | Returns or sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |
See Also
- namespace Aspose.Slides.Export
- assembly Aspose.Slides