ColumnDetectionByTextAlignment 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
Defines text alignments for detection of table column. See ColumnDetectionByTextAlignment property.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Left | 0 | Detect columns by left edge of cell text. | |
Middle | 1 | Detect columns by center of cell text. | |
Right | 2 | Detect columns by right edge of cell text. |
See Also