RenderHeaderFooterPlaceholders

PresentationOptions.RenderHeaderFooterPlaceholders property

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.

public bool RenderHeaderFooterPlaceholders { get; set; }

See Also