-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Options.CustomTheme
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll
A theme from a CSS file.
public class CustomTheme : Themeobject ← Theme ← CustomTheme
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()
A theme from a CSS file.
public CustomTheme(string cssPath)cssPath string
Path to the CSS file to use as the theme.
The path to the CSS file.
public string CssPath { get; }