API Reference
Enum
PdfLogicalTableContinuationEvidence
Evidence supporting one or more recovered cross-page table boundaries.
Inheritance
- Enum
- PdfLogicalTableContinuationEvidence
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
- Field PdfLogicalTableContinuationEvidence.AdjacentPages
- Field PdfLogicalTableContinuationEvidence.BoundaryTables
- Field PdfLogicalTableContinuationEvidence.CompatibleGeometry
- Field PdfLogicalTableContinuationEvidence.CompatibleHeaders
- Field PdfLogicalTableContinuationEvidence.MatchingColumnCount
- Field PdfLogicalTableContinuationEvidence.MatchingDetectionKind
- Field PdfLogicalTableContinuationEvidence.None
- Field PdfLogicalTableContinuationEvidence.PageEdges
- Field PdfLogicalTableContinuationEvidence.RepeatedHeaders
- Property PdfLogicalTableContinuationGroup.Evidence
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfLogicalTableContinuationEvidence None #No cross-page continuation was inferred.
Value:
0public const PdfLogicalTableContinuationEvidence AdjacentPages #The segments came from adjacent source pages.
Value:
1public const PdfLogicalTableContinuationEvidence BoundaryTables #The segments were the last and first table on their pages.
Value:
2public const PdfLogicalTableContinuationEvidence PageEdges #The segments were positioned near the bottom and top page edges.
Value:
4public const PdfLogicalTableContinuationEvidence MatchingColumnCount #The segments declared the same number of columns.
Value:
8public const PdfLogicalTableContinuationEvidence MatchingDetectionKind #The segments came from the same table detection strategy.
Value:
16public const PdfLogicalTableContinuationEvidence CompatibleGeometry #The ordered column geometry was compatible.
Value:
32public const PdfLogicalTableContinuationEvidence CompatibleHeaders #The continuation header contract was compatible.
Value:
64public const PdfLogicalTableContinuationEvidence RepeatedHeaders #Repeated continuation headers were detected.
Value:
128