MarkdownOptions

MarkdownOptions

Overview

MarkdownOptions is a type in Aspose.PDF FOSS for Go.

MarkdownOptions configures Markdown rendering.

Properties: BaseFont, BasePath, BaseSize, BoldFont, BoldItalicFont, CodeFont, and 8 more.

Properties

NameTypeAccessDescription
FormatPageFormatRead/WriteGets the format.
Marginfloat64Read/WriteGets the margin.
BaseFontFontRead/WriteGets the base font.
BoldFontFontRead/WriteGets the bold font.
ItalicFontFontRead/WriteGets the italic font.
BoldItalicFontFontRead/WriteGets the bold italic font.
CodeFontFontRead/WriteGets the code font.
BaseSizefloat64Read/WriteGets the base size.
FontFamilystringRead/WriteGets the font family.
CodeFontFamilystringRead/WriteGets the code font family.
BasePathstringRead/WriteGets the base path.
TaggedboolRead/WriteGets the tagged.
TitlestringRead/WriteGets the title.
LanguagestringRead/WriteGets the language.

See Also