API Reference

Enum

PdfReadBlockerKind

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

Categories of PDF inputs that OfficeIMO.Pdf cannot read yet.

Inheritance

  • Enum
  • PdfReadBlockerKind

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 PdfReadBlockerKind MissingHeader #

PDF header was not found.

Value: 0
public const PdfReadBlockerKind Encryption #

Encrypted PDFs cannot be read yet.

Value: 1
public const PdfReadBlockerKind NoPages #

No page tree entries were discovered.

Value: 2
public const PdfReadBlockerKind ParserUnsupported #

The parser could not inspect this PDF shape yet.

Value: 3
public const PdfReadBlockerKind UnsupportedContentStreamFilter #

At least one page content stream uses a filter OfficeIMO.Pdf cannot decode yet.

Value: 4