Class FontNotFoundException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The library throws an exception of this type when it can not find a font with the specified parameters in the operating system or through the provided font loader.
public class FontNotFoundException : PdfException, ISerializable
- Inheritance
-
FontNotFoundException
- 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
- FontNotFoundException()
Initializes a new instance of the FontNotFoundException class.
- FontNotFoundException(string)
Initializes a new instance of the FontNotFoundException class.
- FontNotFoundException(string, Exception)
Initializes a new instance of the FontNotFoundException class.