Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a table detected by TableDetector2.
Inheritance Hierarchy
Bytescout.PDFExtractorDetectedTable
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The DetectedTable type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bounds |
Gets bounding rectangle of the detected table.
|
![]() | Columns |
Array of coordinates of detected column.
|
![]() | Height |
Gets height coordinate of the detected table.
|
![]() | PageIndex | |
![]() | Width |
Gets width coordinate of the detected table.
|
![]() | X |
Gets X coordinate of the detected table.
|
![]() | Y |
Gets Y coordinate of the detected table.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also