Class CannotShowTextException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The exception that is thrown when the library can not show text on a PDF canvas.
public class CannotShowTextException : PdfException, ISerializable
- Inheritance
-
CannotShowTextException
- 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
- CannotShowTextException()
Initializes a new instance of the CannotShowTextException class.
- CannotShowTextException(SerializationInfo, StreamingContext)
Initializes a new instance of the CannotShowTextException class.
- CannotShowTextException(string)
Initializes a new instance of the CannotShowTextException class.
- CannotShowTextException(string, Exception)
Initializes a new instance of the CannotShowTextException class.