HTMLExtractorDetectLinesInsteadOfParagraphs Property ByteScout PDF To HTML SDK

Note: This API is now obsolete.

Gets or sets a value indicating whether to detect single lines or multiple lines of text.

Namespace:  Bytescout.PDF2HTML
Assembly:  Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.4.1.4802-master
Syntax

[ObsoleteAttribute("DetectLinesInsteadOfParagraphs property is deprecated, please use LineGroupingMode property instead.", 
	true)]
public bool DetectLinesInsteadOfParagraphs { get; set; }

Property Value

Type: Boolean
true if detects single lines of text; otherwise, false.

Implements

IHTMLExtractorDetectLinesInsteadOfParagraphs
See Also

Reference