CreateSlideShowFormatter

HtmlFormatter.CreateSlideShowFormatter method

Creates and returns HTML formatter for a simple slide show html which shows slides one after another.

public static HtmlFormatter CreateSlideShowFormatter(string css, bool showSlideTitle)
ParameterTypeDescription
cssStringSpecifies URL of CCS file used.
showSlideTitleBooleanAdd slide title if there is one above slide image.

See Also