Table of Contents

Class InvalidFontFormatException

Namespace
UglyToad.PdfPig.Fonts
Assembly
UglyToad.PdfPig.Fonts.dll

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 SerializationInfo
context StreamingContext

InvalidFontFormatException(string)

public InvalidFontFormatException(string message)

Parameters

message string

InvalidFontFormatException(string, Exception)

public InvalidFontFormatException(string message, Exception inner)

Parameters

message string
inner Exception