MdLoadOptions
Overview
MdLoadOptions is a class in Aspose.PDF FOSS for .NET.
Inherits from: LoadOptions.
Options for loading Markdown files as PDF documents.
Properties: CssStyles, DisableFontLicenseVerifications, LoadFormat, PageInfo, WarningHandler, WarningHandlerName.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PageInfo | PageSizeInfo? | Read/Write | Page size info (width, height, margins). |
CssStyles | string? | Read/Write | Custom CSS styles to apply to the rendered content. |
WarningHandler | IWarningCallback | Read/Write | Warning handler invoked while loading the source document. |
WarningHandlerName | string | Read/Write | Legacy string-typed warning-handler hook. |
DisableFontLicenseVerifications | bool | Read/Write | Whether font license verifications are suppressed during load. |
LoadFormat | LoadFormat | Read | The source format this options instance configures. |