Table of Contents

Property IncludeHyperlinks

Namespace
LMKit.Document.Conversion
Assembly
LM-Kit.NET.dll

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

bool
var options = new DocumentToMarkdownOptions { IncludeHyperlinks = false };
Share