Class UnsupportedFontException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The exception that is thrown when the library can not process a font. It might be an embedded font or an external one.
public class UnsupportedFontException : PdfException, ISerializable
- Inheritance
-
UnsupportedFontException
- 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
- UnsupportedFontException()
Initializes a new instance of the UnsupportedFontException class.
- UnsupportedFontException(SerializationInfo, StreamingContext)
Initializes a new instance of the UnsupportedFontException class.
- UnsupportedFontException(string)
Initializes a new instance of the UnsupportedFontException class.
- UnsupportedFontException(string, Exception)
Initializes a new instance of the UnsupportedFontException class.