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
| Name | Type | Access | Description |
|---|---|---|---|
Format | PageFormat | Read/Write | Gets the format. |
Margin | float64 | Read/Write | Gets the margin. |
BaseFont | Font | Read/Write | Gets the base font. |
BoldFont | Font | Read/Write | Gets the bold font. |
ItalicFont | Font | Read/Write | Gets the italic font. |
BoldItalicFont | Font | Read/Write | Gets the bold italic font. |
CodeFont | Font | Read/Write | Gets the code font. |
BaseSize | float64 | Read/Write | Gets the base size. |
FontFamily | string | Read/Write | Gets the font family. |
CodeFontFamily | string | Read/Write | Gets the code font family. |
BasePath | string | Read/Write | Gets the base path. |
Tagged | bool | Read/Write | Gets the tagged. |
Title | string | Read/Write | Gets the title. |
Language | string | Read/Write | Gets the language. |