HTMLExtractorDetectLinesInsteadOfParagraphs Property
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Note: This API is now obsolete.
Gets or sets a value indicating whether to detect single lines or multiple lines of text.
Namespace:Bytescout.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
[ObsoleteAttribute("DetectLinesInsteadOfParagraphs property is deprecated, please use LineGroupingMode property instead.", true)] public bool DetectLinesInsteadOfParagraphs { get; set; }
Property Value
Type: Booleantrue if detects single lines of text; otherwise, false.
Implements
IHTMLExtractorDetectLinesInsteadOfParagraphsSee Also