flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfXConformanceException[[PdfXConformanceException]]
iTextSharp.text.pdf.PdfIsoConformanceException[[PdfIsoConformanceException]]
end
iTextSharp.text.pdf.PdfIsoConformanceException --> iTextSharp.text.pdf.PdfXConformanceException
Source code
public PdfXConformanceException()
Source code
public PdfXConformanceException(string s)
Type | Name | Description |
---|
string | s | |
Source code
protected PdfXConformanceException(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|
SerializationInfo | info | |
StreamingContext | context | |
Generated with ModularDoc