IncorrectFontUsageException
Overview
IncorrectFontUsageException is a class in Aspose.PDF FOSS for .NET.
Inherits from: PdfException.
Thrown during text extraction when the content stream issues a text-showing operator (Tj/TJ/’/") while no font is set in the current graphics state — i.e.
This class provides 6 methods for working with IncorrectFontUsageException objects in .NET programs.
Available methods include: GenerateCrashReport, IncorrectFontUsageException, PdfException.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
IncorrectFontUsageException() | Calls IncorrectFontUsageException on this IncorrectFontUsageException instance. |
IncorrectFontUsageException(message: string) | Calls IncorrectFontUsageException(message) on this IncorrectFontUsageException instance. |
IncorrectFontUsageException(message: string, innerException: Exception) | Calls IncorrectFontUsageException(message, innerException) on this IncorrectFontUsageException instance. |
IncorrectFontUsageException(innerException: Exception) | Calls IncorrectFontUsageException(innerException) on this IncorrectFontUsageException instance. |
PdfException() | Initializes a new instance of the PdfException class. |
GenerateCrashReport(options: CrashReportOptions) | Write a crash report to disk per options. |