PdfContents
PdfContents Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfContents[[PdfContents]]
iTextSharp.text.pdf.PdfStream[[PdfStream]]
end
iTextSharp.text.pdf.PdfStream --> iTextSharp.text.pdf.PdfContents
Details
Inheritance
Constructors
PdfContents
internal PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page)
Arguments
Type | Name | Description |
---|---|---|
PdfContentByte | under | |
PdfContentByte | content | |
PdfContentByte | text | |
PdfContentByte | secondContent | |
Rectangle | page |
Generated with ModularDoc