BaseTextExtractorCustomExtractionColumns Property
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
Allows to override automatic columns detection with custom columns coordinates.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
[TypeConverterAttribute(typeof(CollectionConverter))] public double[] CustomExtractionColumns { get; set; }
Property Value
Type: DoubleArray of column coordinates (left column edges). The first coordinate should be 0 or left edge of the most left text object.
Implements
IBaseTextExtractorCustomExtractionColumnsRemarks
See Also