Link Search Menu Expand Document

DetectedTableList Class

Represents list of tables detected by TableDetector2.
Inheritance Hierarchy
SystemObject
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
NameDescription
Public methodDetectedTableList
Initializes a new instance of the DetectedTableList class
Top
Properties
NameDescription
Public propertyCount
Gets count of items in collection.
Public propertyIsReadOnly
Public propertyItem
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSort
Sorts the collection by Y, then by X coordinate.
Public methodToArray
Returns copy of the collection as array of DetectedTable objects.
Public methodToString (Inherited from Object.)
Top
See Also

Reference