SaveOptions
Contents
[
Hide
]SaveOptions class
Abstract class with options that control how a presentation is saved.
public abstract class SaveOptions : 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 . |
WarningCallback { get; set; } | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback . |
See Also
- interface ISaveOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides