LineGroupingMode EnumerationByteScout PDF To HTML SDK
Sets if lines are not checked to be merged, can be merged by rows, or inside columns

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

public enum LineGroupingMode
Members

  Member nameValueDescription
None0 No lines grouping. Each line is processed as a single row.
GroupByRows1 Each row is checked against next row to see if these rows can be grouped. Rows will be grouped only if all cells in the current row are allowed to be grouped with all cells in next row.
GroupByColumns2 Each cell is checked against cell below in next row to see if the can be grouped. Cells will be grouped inside the same column even if cells in another columns can't be sgrouped.
See Also

Reference