Class InvalidFontFormatException
The exception thrown when an error is encountered parsing a font from the PDF document. This occurs where the format of the font program or dictionary does not meet the specification.
public class InvalidFontFormatException : Exception, ISerializable
- Inheritance
-
InvalidFontFormatException
- Implements
- Inherited Members
Constructors
InvalidFontFormatException()
public InvalidFontFormatException()
InvalidFontFormatException(SerializationInfo, StreamingContext)
protected InvalidFontFormatException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
InvalidFontFormatException(string)
public InvalidFontFormatException(string message)
Parameters
message
string
InvalidFontFormatException(string, Exception)
public InvalidFontFormatException(string message, Exception inner)