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
RenderHeaderFooterPlaceholders { get; set; } Enables rendering placeholders in header and footer of a slide. Disabled by default (false). This option applies for all 4 rendering modes of presentations: HTML, PDF, PNG, and JPEG. Is not applicable when rendering presentation to pure HTML/CSS markup using RenderToPureHtml.
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