Class UnsupportedImageException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The exception that is thrown when the library can not open, extract or recompress an image.
public class UnsupportedImageException : PdfException, ISerializable
- Inheritance
-
UnsupportedImageException
- Implements
- Inherited Members
Remarks
The Message contains more info about the cause of the exception.
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- UnsupportedImageException()
Initializes a new instance of the UnsupportedImageException class.
- UnsupportedImageException(string)
Initializes a new instance of the UnsupportedImageException class.
- UnsupportedImageException(string, Exception)
Initializes a new instance of the UnsupportedImageException class.