API Reference

Enum

PdfLogicalReadingOrderKind

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

Semantic content categories ordered for editable and review-surface reconstruction.

Inheritance

  • Enum
  • PdfLogicalReadingOrderKind

Usage

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

Values

public const PdfLogicalReadingOrderKind TextBlock #

Line-level text not otherwise consumed by a semantic projection.

Value: 0
public const PdfLogicalReadingOrderKind Heading #

Heading inferred from a logical text block.

Value: 1
public const PdfLogicalReadingOrderKind Paragraph #

Paragraph inferred from one or more logical text blocks.

Value: 2
public const PdfLogicalReadingOrderKind ListItem #

List item inferred from a logical text block.

Value: 3
public const PdfLogicalReadingOrderKind Table #

Detected logical table.

Value: 4
public const PdfLogicalReadingOrderKind Image #

Placed image resource.

Value: 5
public const PdfLogicalReadingOrderKind FormWidget #

AcroForm widget annotation.

Value: 7