FixLinkIssue

PdfOptions.FixLinkIssue property

Tries to fix the issue when whole HTML page content is a link. Works only when input format is PDF and output format is HTML (with embedded or external resources). By default is disabled (false). Turn it on only when you know what and why you’re doing. Turing this option on increases the document processing time.

public bool FixLinkIssue { get; set; }

See Also