RenderingOptions

RenderingOptions class

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

RenderingOptions

NameDescription
RenderingOptions()Default function.

Returns: RenderingOptions


getDisableFontLigatures

NameDescription
getDisableFontLigatures ()Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.

Returns: boolean


getInkOptions

NameDescription
getInkOptions ()Provides options that control the look of Ink objects in exported document. Read-only IInkOptions

Returns: InkOptions


getSlidesLayoutOptions

NameDescription
getSlidesLayoutOptions ()Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

Returns: NotesCommentsLayoutingOptions, HandoutLayoutingOptions


setDisableFontLigatures

NameDescription
setDisableFontLigatures (boolean)Gets or sets a value indicating whether text is rendered without using ligatures. When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (NotesCommentsLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.

setSlidesLayoutOptions

NameDescription
setSlidesLayoutOptions (HandoutLayoutingOptions)Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.