RenderingOptions
RenderingOptions class
Provides options that control how a presentation/slide is rendered.
RenderingOptions
| Name | Description |
|---|---|
| RenderingOptions() | Default function. |
Returns: RenderingOptions
getDisableFontLigatures
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| getInkOptions () | Provides options that control the look of Ink objects in exported document. Read-only IInkOptions |
Returns: InkOptions
getSlidesLayoutOptions
| Name | Description |
|---|---|
| getSlidesLayoutOptions () | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
Returns: NotesCommentsLayoutingOptions, HandoutLayoutingOptions
setDisableFontLigatures
| Name | Description |
|---|---|
| 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. |
Returns: void
setSlidesLayoutOptions
| Name | Description |
|---|---|
| setSlidesLayoutOptions (NotesCommentsLayoutingOptions) | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
Returns: void
setSlidesLayoutOptions
| Name | Description |
|---|---|
| setSlidesLayoutOptions (HandoutLayoutingOptions) | Gets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions. |
Returns: void