API Reference

Class

PdfLogicalMarkdownOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Options for rendering a logical PDF read model as Markdown.

Inheritance

  • Object
  • PdfLogicalMarkdownOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public Boolean IncludePageSeparators { get; set; } #

Emit horizontal-rule separators between logical pages.

public Boolean IncludeImagePlaceholders { get; set; } #

Emit readable placeholders for image elements discovered in the logical model.

public Boolean IncludeLinkAnnotations { get; set; } #

Emit a link annotation section for supported URI, named-destination, direct-destination, named-action, and remote GoTo links.

public Boolean IncludeFormWidgets { get; set; } #

Emit a form widget section for AcroForm widgets placed on pages.

public Boolean AlignNumericTableColumns { get; set; } #

Right-align table columns in Markdown when all non-empty body cells look numeric.

public String PageSeparator { get; set; } #

Markdown text used between pages when IncludePageSeparators is true.