MarkdownFlowOptions

MarkdownFlowOptions

Overview

MarkdownFlowOptions is a interface in Aspose.PDF FOSS for TypeScript.

Options for the Markdown entry points.

Properties: resolveImage, style.

Properties

NameTypeAccessDescription
style: MarkdownStyleReadHow it renders.
resolveImage: (destination: string, title: string) => Uint8Array | undefinedReadSupply the bytes for an image destination.