PresentationOptions

PresentationOptions class

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

public class PresentationOptions

Constructors

Name Description
PresentationOptions() The default constructor.

Properties

Name Description
RenderToPureHtml { get; set; } 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.
Resolution { get; set; } Resolution of the presentation images (for rendering to HTML/PDF only).

See Also