API Reference
Class
PdfLogicalTableValueProfile
Shared typed-value evidence for one normalized table column.
Inheritance
- Object
- PdfLogicalTableValueProfile
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Index { get; } #Zero-based normalized column index.
public String Name { get; } #Normalized column name.
public PdfLogicalTableValueKind Kind { get; } #Inferred typed-value family.
public Int32 NonEmptyCellCount { get; } #Number of non-empty body cells inspected.
public Int32 MatchingCellCount { get; } #Number of inspected cells matching Kind.
public Double Confidence { get; } #Matching-cell ratio from 0 to 1.