CreateDocumentFormatter

HtmlFormatter.CreateDocumentFormatter method

Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.

public static HtmlFormatter CreateDocumentFormatter(string css, bool showSlideTitle)
ParameterTypeDescription
cssStringSpecifies CSS for this file.
showSlideTitleBooleanAdd slide title if there is one above slide image.

See Also