API Reference

Class

PdfReadLimitException

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base IOException
Implements
ISerializable
Modifiers sealed

Thrown when a PDF exceeds an explicit bounded-read resource limit.

Inheritance

  • IOException
  • PdfReadLimitException

Properties

public PdfReadLimitKind Kind { get; } #

Resource budget that was exceeded.

public Int64 Limit { get; } #

Configured maximum value.

public Int64 Actual { get; } #

Observed value when the parser stopped.