Click or drag to resize

BadFormatException Class

The exception that is thrown when the PDF file is invalid.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsBadFormatException

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

The BadFormatException type exposes the following members.

Constructors
 NameDescription
Public methodBadFormatException Initializes a new instance of the BadFormatException class.
Top
See Also