ISaveOptions

ISaveOptions interface

Options that control how a presentation is saved.

public interface ISaveOptions

Properties

NameDescription
DefaultRegularFont { get; set; }Returns or sets font used in case source font is not found. Read-write String.
ProgressCallback { get; set; }Represents a callback object for saving progress updates in percentage. See IProgressCallback.
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