Link Search Menu Expand Document

IHTMLExtractorExtractColumnByColumn Property

Gets or sets a value indicating whether to extract text column by column or use the visual layout of the text while extracting. False by default. If you are processing PDF newspapers with text columns, set this property to True so you get column by column instead of line by line.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
bool ExtractColumnByColumn { get; set; }

Property Value

Type: Boolean
true if extract column by column; otherwise extracts line by line (default), false.
See Also

Reference