LineGroupingMode Enumeration
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
Sets if lines are not checked to be merged, can be merged by rows, or inside columns
Namespace:Bytescout.PDF2HTMLAssembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No lines grouping. Each line is processed as a single row. | |
GroupByRows | 1 | 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. | |
GroupByColumns | 2 | 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