Click or drag to resize

UnsupportedImageFormatException Class

The exception that is thrown when the PDFBitmap can't be converted into .Net GDI+ Image
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsUnsupportedImageFormatException

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

The UnsupportedImageFormatException type exposes the following members.

Constructors
 NameDescription
Public methodUnsupportedImageFormatException Initializes a new instance of the UnsupportedImageFormatException class.
Top
See Also