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
- Extension method PdfDocumentReadResult.ToMarkdown
- Method PdfLogicalMarkdownExtensions.ToMarkdown
- Method PdfLogicalMarkdownExtensions.ToMarkdown
- Extension method PdfLogicalPage.ToMarkdown
Constructors
public PdfLogicalMarkdownOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.