API Reference
PdfReadLimitKind
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
- Property PdfReadLimitException.Kind
- Field PdfReadLimitKind.ActualTextCharacters
- Field PdfReadLimitKind.AnnotationsPerPage
- Field PdfReadLimitKind.AttachmentBytes
- Field PdfReadLimitKind.Attachments
- Field PdfReadLimitKind.ClippingIntersectionWork
- Field PdfReadLimitKind.ContentNestingDepth
- Field PdfReadLimitKind.ContentOperands
- Field PdfReadLimitKind.ContentOperations
- Field PdfReadLimitKind.DecodedStreamBytes
- Field PdfReadLimitKind.DecodedTextCharacters
- Field PdfReadLimitKind.FormAppearanceStates
- Field PdfReadLimitKind.FormFieldDepth
- Field PdfReadLimitKind.FormFields
- Field PdfReadLimitKind.IndirectObjects
- Field PdfReadLimitKind.InputBytes
- Field PdfReadLimitKind.InteractionRegions
- Field PdfReadLimitKind.JavaScriptBytes
- Field PdfReadLimitKind.JavaScripts
- Field PdfReadLimitKind.NameTreeDepth
- Field PdfReadLimitKind.NameTreeNodes
- Field PdfReadLimitKind.ObjectCharacters
- Field PdfReadLimitKind.ObjectNestingDepth
- Field PdfReadLimitKind.ObjectParsingTime
- Field PdfReadLimitKind.ObjectTokens
- Field PdfReadLimitKind.OcrArtifacts
- Field PdfReadLimitKind.PageContentBytes
- Field PdfReadLimitKind.Pages
- Field PdfReadLimitKind.PageTreeDepth
- Field PdfReadLimitKind.PageTreeNodes
- Field PdfReadLimitKind.RawStreamBytes
- Field PdfReadLimitKind.RenderBytes
- Field PdfReadLimitKind.RenderPages
- Field PdfReadLimitKind.RenderPixels
- Field PdfReadLimitKind.RetainedContentBytes
- Field PdfReadLimitKind.Revisions
- Field PdfReadLimitKind.TextClippingIntersectionWork
- Field PdfReadLimitKind.TextClippingPaths
- Field PdfReadLimitKind.TextSearchMatches
- Field PdfReadLimitKind.TotalDecodedStreamBytes
- Field PdfReadLimitKind.Type3GlyphInvocations
- Field PdfReadLimitKind.UnderstandingArtifacts
- Field PdfReadLimitKind.UnderstandingWork
- Field PdfReadLimitKind.WidgetActions
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfReadLimitKind IndirectObjects #Indirect object declaration or resolved-object count.
1public const PdfReadLimitKind DecodedStreamBytes #Bytes produced while decoding one filtered PDF stream.
3public const PdfReadLimitKind ObjectCharacters #Characters scanned for one object or dictionary.
4public const PdfReadLimitKind ObjectParsingTime #Wall-clock time spent in the core object parsing pass.
7public const PdfReadLimitKind PageTreeNodes #Page-tree dictionaries traversed while discovering pages.
9public const PdfReadLimitKind ContentOperations #Operators parsed from one page or form content stream.
15public const PdfReadLimitKind ContentOperands #Operand values and dictionary keys parsed from one page or form content stream.
16public const PdfReadLimitKind ContentNestingDepth #Nested lexical arrays/dictionaries or form XObjects traversed while parsing page content.
17public const PdfReadLimitKind RenderPixels #Output pixels requested for one managed rendered page.
19public const PdfReadLimitKind InteractionRegions #Selectable text regions requested for one page interaction map.
20public const PdfReadLimitKind UnderstandingArtifacts #Intermediate artifacts produced by the PDF understanding pipeline.
21public const PdfReadLimitKind OcrArtifacts #Words, text, or diagnostics returned by an OCR provider.
22public const PdfReadLimitKind RenderBytes #Rendered bytes retained by one managed render operation.
23public const PdfReadLimitKind FormAppearanceStates #Named appearance states declared for one AcroForm widget.
24public const PdfReadLimitKind PageContentBytes #Aggregate decoded content-stream bytes materialized for one page.
25public const PdfReadLimitKind ActualTextCharacters #Characters emitted from marked-content ActualText replacements.
26public const PdfReadLimitKind DecodedTextCharacters #Font-decoded text characters emitted while extracting one page.
29public const PdfReadLimitKind Attachments #Attachment records discovered across the document catalog and annotations.
30public const PdfReadLimitKind AttachmentBytes #Aggregate decoded bytes retained for unique embedded attachment streams.
31public const PdfReadLimitKind JavaScripts #Named document-level JavaScript entries discovered in the catalog name tree.
32public const PdfReadLimitKind JavaScriptBytes #Aggregate decoded source bytes retained for named document-level JavaScript.
33public const PdfReadLimitKind Type3GlyphInvocations #Type 3 glyph programs invoked while rendering one page.
34public const PdfReadLimitKind WidgetActions #Widget action nodes materialized while reading AcroForm action graphs.
35public const PdfReadLimitKind RetainedContentBytes #Aggregate decoded content-stream bytes retained by one document-wide validation operation.
36public const PdfReadLimitKind TextSearchMatches #Text-search matches materialized by one Find or ReplaceAll operation.
37public const PdfReadLimitKind TextClippingPaths #Text clipping paths retained while parsing one page content tree.
38public const PdfReadLimitKind TextClippingIntersectionWork #Estimated contour comparisons spent intersecting text clipping paths on one page content tree.
39public const PdfReadLimitKind ClippingIntersectionWork #Aggregate work spent intersecting ordinary clipping paths on one page content tree.
40public const PdfReadLimitKind TotalDecodedStreamBytes #Aggregate bytes produced while decoding parser-owned PDF streams.
41public const PdfReadLimitKind UnderstandingWork #Bounded comparison and traversal work performed by semantic reconstruction.
42