DetectedTableList Class
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
Represents list of tables detected by TableDetector2.
Inheritance Hierarchy
Bytescout.PDFExtractorDetectedTableList
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class DetectedTableList : ICollection<DetectedTable>, IEnumerable<DetectedTable>, IEnumerable
The DetectedTableList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DetectedTableList | Initializes a new instance of the DetectedTableList class |
Properties
Name | Description | |
---|---|---|
Count | Gets count of items in collection. | |
IsReadOnly | ||
Item |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Sort | Sorts the collection by Y, then by X coordinate. | |
ToArray | Returns copy of the collection as array of DetectedTable objects. | |
ToString | (Inherited from Object.) |
See Also