PresentationOptions class

PresentationOptions class

Contains options for rendering presentations. For details, see the documentation.

The PresentationOptions type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of PresentationOptions

Properties

Property Description
resolution Resolution of the presentation images (for rendering to HTML/PDF only).
render_to_pure_html Enables a new HTML rendering mode for the Presentation documents — in this mode the Presentation files are rendered to pure HTML/CSS markup , without SVG images. By default is disabled (false) — existing SVG-based HTML-renderer is used.

See Also