IXamlOptions

IXamlOptions class

Options that control how a XAML document is saved.

The IXamlOptions type exposes the following members:

Properties

NameDescription
export_hidden_slidesDetermines whether hidden slides will be exported.
output_saverRepresents an implementation of IOutputSaver interface.
as_i_save_optionsReturns ISaveOptions interface.
Read-only ISaveOptions.
warning_callbackReturns or sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write string.

See Also