Skip to content

Markdown2Pdf.Options.CustomTheme

GitHub Action edited this page May 25, 2024 · 1 revision

Class CustomTheme

Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll

A theme from a CSS file.

public class CustomTheme : Theme

Inheritance

objectThemeCustomTheme

Inherited Members

Theme.None, Theme.Github, Theme.Latex, Theme.Custom(string), object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Constructors

CustomTheme(string)

A theme from a CSS file.

public CustomTheme(string cssPath)

Parameters

cssPath string

Path to the CSS file to use as the theme.

Properties

CssPath

The path to the CSS file.

public string CssPath { get; }

Property Value

string

Clone this wiki locally