CSVExtractorDetectUnderlineTextStyle Property
 Get or sets whether to detect the "underline" text style. Default is false.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
public bool DetectUnderlineTextStyle { get; set; }Public Property DetectUnderlineTextStyle As Boolean
	Get
	Set
public:
virtual property bool DetectUnderlineTextStyle {
	bool get () sealed;
	void set (bool value) sealed;
}abstract DetectUnderlineTextStyle : bool with get, set
override DetectUnderlineTextStyle : bool with get, set
 Property Value
Type: 
Boolean Implements
ICSVExtractorDetectUnderlineTextStylePDF standard does not support the "underline" font style. All underlines you can see in PDF documents are drawn as vector lines over the text. These vector lines can affect the line grouping in table cells. 'DetectUnderlineTextStyle' property enables the detection of the underline by analyzing relative locations of vector lines and text objects. This analysis can affect performance if the document page contains many vector lines, so the property is set to 
false by default.
 Reference