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.

Returned or exposed by

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
public const PdfReadLimitKind UnderstandingArtifacts #

Intermediate artifacts produced by the PDF understanding pipeline.

Value: 21
public const PdfReadLimitKind OcrArtifacts #

Words, text, or diagnostics returned by an OCR provider.

Value: 22
public const PdfReadLimitKind RenderBytes #

Rendered bytes retained by one managed render operation.

Value: 23
public const PdfReadLimitKind FormAppearanceStates #

Named appearance states declared for one AcroForm widget.

Value: 24
public const PdfReadLimitKind PageContentBytes #

Aggregate decoded content-stream bytes materialized for one page.

Value: 25
public const PdfReadLimitKind ActualTextCharacters #

Characters emitted from marked-content ActualText replacements.

Value: 26
public const PdfReadLimitKind NameTreeNodes #

Indirect nodes traversed in a PDF name tree.

Value: 27
public const PdfReadLimitKind NameTreeDepth #

Nested PDF name-tree depth.

Value: 28
public const PdfReadLimitKind DecodedTextCharacters #

Font-decoded text characters emitted while extracting one page.

Value: 29
public const PdfReadLimitKind Attachments #

Attachment records discovered across the document catalog and annotations.

Value: 30
public const PdfReadLimitKind AttachmentBytes #

Aggregate decoded bytes retained for unique embedded attachment streams.

Value: 31
public const PdfReadLimitKind JavaScripts #

Named document-level JavaScript entries discovered in the catalog name tree.

Value: 32
public const PdfReadLimitKind JavaScriptBytes #

Aggregate decoded source bytes retained for named document-level JavaScript.

Value: 33
public const PdfReadLimitKind Type3GlyphInvocations #

Type 3 glyph programs invoked while rendering one page.

Value: 34
public const PdfReadLimitKind WidgetActions #

Widget action nodes materialized while reading AcroForm action graphs.

Value: 35
public const PdfReadLimitKind RetainedContentBytes #

Aggregate decoded content-stream bytes retained by one document-wide validation operation.

Value: 36
public const PdfReadLimitKind TextSearchMatches #

Text-search matches materialized by one Find or ReplaceAll operation.

Value: 37
public const PdfReadLimitKind TextClippingPaths #

Text clipping paths retained while parsing one page content tree.

Value: 38
public const PdfReadLimitKind TextClippingIntersectionWork #

Estimated contour comparisons spent intersecting text clipping paths on one page content tree.

Value: 39
public const PdfReadLimitKind ClippingIntersectionWork #

Aggregate work spent intersecting ordinary clipping paths on one page content tree.

Value: 40
public const PdfReadLimitKind TotalDecodedStreamBytes #

Aggregate bytes produced while decoding parser-owned PDF streams.

Value: 41
public const PdfReadLimitKind UnderstandingWork #

Bounded comparison and traversal work performed by semantic reconstruction.

Value: 42