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.AnnotationsPerPage
- Field PdfReadLimitKind.ContentNestingDepth
- Field PdfReadLimitKind.ContentOperands
- Field PdfReadLimitKind.ContentOperations
- Field PdfReadLimitKind.DecodedStreamBytes
- Field PdfReadLimitKind.FormFieldDepth
- Field PdfReadLimitKind.FormFields
- Field PdfReadLimitKind.IndirectObjects
- Field PdfReadLimitKind.InputBytes
- Field PdfReadLimitKind.InteractionRegions
- Field PdfReadLimitKind.ObjectCharacters
- Field PdfReadLimitKind.ObjectNestingDepth
- Field PdfReadLimitKind.ObjectParsingTime
- Field PdfReadLimitKind.ObjectTokens
- Field PdfReadLimitKind.Pages
- Field PdfReadLimitKind.PageTreeDepth
- Field PdfReadLimitKind.PageTreeNodes
- Field PdfReadLimitKind.RawStreamBytes
- Field PdfReadLimitKind.RenderPages
- Field PdfReadLimitKind.RenderPixels
- Field PdfReadLimitKind.Revisions
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.
20