RenderToPureHtml

PresentationOptions.RenderToPureHtml property

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.

public bool RenderToPureHtml { get; set; }

See Also