Click or drag to resize

PageNotFoundException Class

The exception that is thrown when the requested page was not found in PDF document
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsPageNotFoundException

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class PageNotFoundException : PdfiumException

The PageNotFoundException type exposes the following members.

Constructors
 NameDescription
Public methodPageNotFoundException Initializes a new instance of the PageNotFoundException class.
Top
See Also