API Reference
Class
PdfLogicalMarkdownOptions
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
- Method PdfDocumentReader.Markdown
- Method PdfDocumentReader.Markdown
- Method PdfDocumentReader.Markdown
- Method PdfDocumentReader.Markdown
- Method PdfDocumentReader.TryMarkdown
- Method PdfDocumentReader.TryMarkdown
- Method PdfDocumentReader.TryMarkdown
- Method PdfDocumentReader.TryMarkdown
- Extension method PdfLogicalDocument.ToMarkdown
- Method PdfLogicalMarkdownExtensions.ToMarkdown
- Method PdfLogicalMarkdownExtensions.ToMarkdown
- Extension method PdfLogicalPage.ToMarkdown
Constructors
public PdfLogicalMarkdownOptions() #Inherited Methods
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.