MdLoadOptions

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

NameTypeAccessDescription
PageInfoPageSizeInfo?Read/WritePage size info (width, height, margins).
CssStylesstring?Read/WriteCustom CSS styles to apply to the rendered content.
WarningHandlerIWarningCallbackRead/WriteWarning handler invoked while loading the source document.
WarningHandlerNamestringRead/WriteLegacy string-typed warning-handler hook.
DisableFontLicenseVerificationsboolRead/WriteWhether font license verifications are suppressed during load.
LoadFormatLoadFormatReadThe source format this options instance configures.

See Also