Class MdLoadOptions
Contents
[
Hide
]MdLoadOptions class
Load options for Markdown format conversion.
public class MdLoadOptions : LoadOptions
Constructors
| Name | Description |
|---|---|
| MdLoadOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| DisableFontLicenseVerifications { get; set; } | Gets or sets flag to disable any license restrictions for all fonts while loading the file. When true, allows to execute operations with font that are prohibited by a license of this font, for example allows to embed a font into a PDF document even if license rules disable embedding for this font. By default false. |
| IsPriorityCssPageRule { get; set; } | Gets or sets the flag that specifies that @page rules defined in css will override values defined in PageInfo. |
| LoadFormat { get; } | Represents file format which LoadOptions describes. |
| PageInfo { get; set; } | Gets or sets document page info |
| WarningHandler { get; set; } | Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease. |
See Also
- class LoadOptions
- namespace Aspose.Pdf
- assembly Aspose.PDF