API Reference
Class
PdfLogicalHeading
Heuristic heading line inferred from text size and geometry.
Inheritance
- Object
- PdfLogicalHeading
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
- Property PdfDocumentReadResult.Headings
- Property PdfLogicalPage.Headings
- Property PdfLogicalSection.Heading
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageNumber { get; } #One-based source page number.
public Int32 Level { get; set; } #Best-effort heading level, where 1 is the largest heading tier.
public String Text { get; } #Heading text.
public Double FontSize { get; } #Representative font size in points.
public PdfLogicalTextBlock Line { get; } #Line-level text block that produced the heading.
public Double Confidence { get; } #Normalized heading-classification confidence.
public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #Evidence supporting the heading classification.