API Reference

Enum

PdfStructuredExportFormat

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

Stable structured-text interchange formats emitted from the logical PDF model.

Inheritance

  • Enum
  • PdfStructuredExportFormat

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 PdfStructuredExportFormat Json #

OfficeIMO logical JSON schema.

Value: 0
public const PdfStructuredExportFormat Markdown #

Human-readable Markdown.

Value: 1
public const PdfStructuredExportFormat AltoXml #

ALTO XML 4.4.

Value: 2
public const PdfStructuredExportFormat Hocr #

hOCR HTML with page and line bounding boxes.

Value: 3
public const PdfStructuredExportFormat PageXml #

PAGE XML 2019-07-15.

Value: 4