Property IncludeHyperlinks
- Namespace
- LMKit.Document.Conversion
- Assembly
- LM-Kit.NET.dll
IncludeHyperlinks
Gets or sets a value indicating whether hyperlinks are preserved when the input
is a DOCX document. Defaults to true. Disable to keep only the visible
anchor text.
public bool IncludeHyperlinks { get; set; }
Property Value
Examples
var options = new DocumentToMarkdownOptions { IncludeHyperlinks = false };