iText 5

BadPdfFormatException

BadPdfFormatException Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.BadPdfFormatException[[BadPdfFormatException]] end subgraph System System.Exception[[Exception]] end System.Exception --> iTextSharp.text.pdf.BadPdfFormatException

Details

Inheritance

  • Exception

Constructors

BadPdfFormatException [1/3]

Source code

public BadPdfFormatException()

BadPdfFormatException [2/3]

Source code

public BadPdfFormatException(string message)

Arguments

Type

Name

Description

string

message

BadPdfFormatException [3/3]

Source code

protected BadPdfFormatException(SerializationInfo info, StreamingContext context)

Arguments

Type

Name

Description

SerializationInfo

info

StreamingContext

context

Generated with ModularDoc