RenderingOptions

RenderingOptions class

Provides options that control how a presentation/slide is rendered.

The RenderingOptions type exposes the following members:

Constructors

NameDescription
RenderingOptions()Default constructor.

Properties

NameDescription
warning_callbackReturns of 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.
notes_comments_layoutingProvides options that control how notes and comments is placed in exported document.
slides_layout_optionsGets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.
ink_optionsProvides options that control the look of Ink objects in exported document.
Read-only IInkOptions
as_i_save_optionsReturns ISaveOptions interface.
Read-only ISaveOptions.

See Also