API Reference

Enum

PdfReadLimitKind

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

Bounded PDF read resource whose configured limit was exceeded.

Inheritance

  • Enum
  • PdfReadLimitKind

Usage

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

Values

public const PdfReadLimitKind InputBytes #

Total PDF input byte count.

Value: 0
public const PdfReadLimitKind IndirectObjects #

Indirect object declaration or resolved-object count.

Value: 1
public const PdfReadLimitKind RawStreamBytes #

Raw bytes in one PDF stream before decoding.

Value: 2
public const PdfReadLimitKind DecodedStreamBytes #

Bytes produced while decoding one filtered PDF stream.

Value: 3
public const PdfReadLimitKind ObjectCharacters #

Characters scanned for one object or dictionary.

Value: 4
public const PdfReadLimitKind ObjectTokens #

Tokens produced for one object or dictionary.

Value: 5
public const PdfReadLimitKind ObjectNestingDepth #

Nested array/dictionary parsing depth.

Value: 6
public const PdfReadLimitKind ObjectParsingTime #

Wall-clock time spent in the core object parsing pass.

Value: 7
public const PdfReadLimitKind Revisions #

Cross-reference revisions discovered in the input.

Value: 8
public const PdfReadLimitKind PageTreeNodes #

Page-tree dictionaries traversed while discovering pages.

Value: 9
public const PdfReadLimitKind PageTreeDepth #

Nested page-tree depth.

Value: 10
public const PdfReadLimitKind Pages #

Pages discovered in the document.

Value: 11
public const PdfReadLimitKind FormFields #

AcroForm field-tree nodes or terminal fields.

Value: 12
public const PdfReadLimitKind FormFieldDepth #

Nested AcroForm field-tree depth.

Value: 13
public const PdfReadLimitKind AnnotationsPerPage #

Annotations declared on one page.

Value: 14
public const PdfReadLimitKind ContentOperations #

Operators parsed from one page or form content stream.

Value: 15
public const PdfReadLimitKind ContentOperands #

Operand values and dictionary keys parsed from one page or form content stream.

Value: 16
public const PdfReadLimitKind ContentNestingDepth #

Nested lexical arrays/dictionaries or form XObjects traversed while parsing page content.

Value: 17
public const PdfReadLimitKind RenderPages #

Pages requested in one managed render batch.

Value: 18
public const PdfReadLimitKind RenderPixels #

Output pixels requested for one managed rendered page.

Value: 19
public const PdfReadLimitKind InteractionRegions #

Selectable text regions requested for one page interaction map.

Value: 20