Table of Contents

Class BadPdfFormatException

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Signals that a bad PDF format has been used to construct a PdfObject . @see PdfException @see PdfBoolean @see PdfNumber @see PdfString @see PdfName @see PdfDictionary @see PdfFont

public class BadPdfFormatException : Exception, ISerializable
Inheritance
BadPdfFormatException
Implements
Inherited Members

Constructors

BadPdfFormatException()

public BadPdfFormatException()

BadPdfFormatException(string)

public BadPdfFormatException(string message)

Parameters

message string

BadPdfFormatException(string, Exception)

public BadPdfFormatException(string message, Exception innerException)

Parameters

message string
innerException Exception