Link Search Menu Expand Document

DetectedTable Class

Represents a table detected by TableDetector2.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorDetectedTable

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class DetectedTable

The DetectedTable type exposes the following members.

Properties
NameDescription
Public propertyBounds
Gets bounding rectangle of the detected table.
Public propertyColumns
Array of coordinates of detected column.
Public propertyHeight
Gets height coordinate of the detected table.
Public propertyPageIndex
Public propertyWidth
Gets width coordinate of the detected table.
Public propertyX
Gets X coordinate of the detected table.
Public propertyY
Gets Y coordinate of the detected table.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference