API Reference
PdfTableExtractionScopeReport
Describes page content that is and is not in scope when logical PDF tables are extracted.
Inheritance
- Object
- PdfTableExtractionScopeReport
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
Properties
public Int32 SourcePageCount { get; } #Number of logical source pages inspected.
public Int32 PagesWithTables { get; } #Number of source pages on which at least one logical table was detected.
public Int32 PagesWithoutTables { get; } #Number of source pages on which no logical table was detected.
public Int32 DetectedTableCount { get; } #Total number of logical tables detected on the inspected pages.
public Int32 NonTableTextBlockCount { get; } #Number of visible text blocks that were not represented by a detected table.
public Int32 VectorPrimitiveCount { get; } #Number of source vector drawing primitives. Table-only adapters do not import the original vector artwork, even when its geometry contributed to logical table detection.
public Int32 ImageCount { get; } #Number of source images, which table-only adapters do not import.
public Int32 LinkCount { get; } #Number of source link annotations, which table-only adapters do not import.
public Int32 FormWidgetCount { get; } #Number of source form widgets, which table-only adapters do not import.
public Int32 AnnotationCount { get; } #Number of generic source annotation records, which table-only adapters do not import. Link and widget annotations may also appear in their dedicated counts, so these counts are not additive.
public Int32 PageActionCount { get; } #Number of source page actions, which table-only adapters do not import.
public Boolean HasOmittedPageContent { get; } #Gets whether visible or interactive page content existed outside the detected tables. This is expected for table-only extraction and is separate from truncation within a table.