IHTMLExtractorUnwrap Property ByteScout PDF To HTML SDK
Gets or sets a value indicating whether to unwrap lines into single lines or not (especially could be useful in the column layout mode - see ExtractColumnByColumn property). Default is False.

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

bool Unwrap { get; set; }

Property Value

Type: Boolean
true if unwrap lines; otherwise, false.
Remarks

Unwrapping works only when the formatting keeping is disabled (PreserveFormattingOnTextExtraction property is set to False).
See Also

Reference