Link Search Menu Expand Document

ColumnDetectionByTextAlignment Enumeration

Defines text alignments for detection of table column. See ColumnDetectionByTextAlignment property.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public enum ColumnDetectionByTextAlignment
Members
Member nameValueDescription
Left0 Detect columns by left edge of cell text.
Middle1 Detect columns by center of cell text.
Right2 Detect columns by right edge of cell text.
See Also

Reference