API Reference

Enum

PdfUnderstandingSemanticKind

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Semantic classifications produced by a PDF understanding pipeline.

Inheritance

  • Enum
  • PdfUnderstandingSemanticKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfUnderstandingSemanticKind Paragraph #

Ordinary paragraph or body region.

Value: 0
public const PdfUnderstandingSemanticKind Heading #

Heading-like region.

Value: 1
public const PdfUnderstandingSemanticKind ListItem #

List-item-like region.

Value: 2
public const PdfUnderstandingSemanticKind Header #

Repeated or page-edge header region.

Value: 3
public const PdfUnderstandingSemanticKind Caption #

Caption-like region.

Value: 5
public const PdfUnderstandingSemanticKind Footnote #

Footnote-like region near the bottom of a page.

Value: 6
public const PdfUnderstandingSemanticKind Table #

Table-like region.

Value: 7
public const PdfUnderstandingSemanticKind Unknown #

Region not classified by the active strategy.

Value: 8