MarkdownLoadOptions Class
Represents a class that stores loading options for Markdown (MD) format.
public sealed class MarkdownLoadOptions : LoadOptionsPublic NotInheritable Class MarkdownLoadOptions
Inherits LoadOptions- Inheritance:
- System.ObjectMarkdownLoadOptions
Constructors
MarkdownLoadOptions()
Initializes a new instance of the MarkdownLoadOptions class.
Properties
BaseAddress
Gets or sets the base address for images with relative location.
Property Value
- System.String
The base address for images with relative location.
Encoding
Gets or sets the encoding for the Markdown file.
Property Value
- System.Text.Encoding
The encoding for the Markdown file.
Exceptions
- System.ArgumentNullException
Value is set to null.
Events
ResourceLoading
Occurs when external resources, like images, are being loaded and can be used to customize the retrieving of linked resources.
public event EventHandler<ResourceLoadingEventArgs> ResourceLoadingPublic Event ResourceLoading As EventHandler(Of ResourceLoadingEventArgs)Event Type
- System.EventHandler<ResourceLoadingEventArgs>
Inherited Properties
| DocDefault | Gets the default loading options for Microsoft Word 97-2003 (DOC) format. (Inherited from LoadOptions) |
| DocxDefault | Gets the default loading options for Microsoft Word (DOCX) format. (Inherited from LoadOptions) |
| HtmlDefault | Gets the default loading options for HyperText Markup Language (HTML) format. (Inherited from LoadOptions) |
| MarkdownDefault | Gets the default loading options for Markdown (MD) format. (Inherited from LoadOptions) |
| OdtDefault | Gets the default loading options for Open Document (ODT) format. (Inherited from LoadOptions) |
| PdfDefault | Gets the default loading options for Portable Document Format (PDF). (Inherited from LoadOptions) |
| PreserveUnsupportedFeatures | Gets or sets a value indicating whether to preserve file format features that are not directly supported through GemBox.Document object model. (Inherited from LoadOptions) |
| RtfDefault | Gets the default loading options for Rich Text (RTF) format. (Inherited from LoadOptions) |
| TxtDefault | Gets the default loading options for Plain Text (TXT) format. (Inherited from LoadOptions) |
| XmlDefault | Gets the default loading options for XML file format. (Inherited from LoadOptions) |