Link Search Menu Expand Document

HTMLExtractorUnwrap Property

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.3.1.4759-master
Syntax
public bool Unwrap { get; set; }

Property Value

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

Implements

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

Reference