MarkdownFlowOptions
Overview
MarkdownFlowOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for the Markdown entry points.
Properties: resolveImage, style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
style | : MarkdownStyle | Read | How it renders. |
resolveImage | : (destination: string, title: string) => Uint8Array | undefined | Read | Supply the bytes for an image destination. |