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 PdfLogicalDocument.Headings
- Property PdfLogicalPage.Headings
Inherited Methods
Properties
public Int32 PageNumber { get; } #One-based source page number.
public Int32 Level { get; } #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.