StampContent Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.PdfCopy
iTextSharp.text.pdf.PdfCopy.StampContent[[StampContent]]
end
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.PdfContentByte[[PdfContentByte]]
end
iTextSharp.text.pdf.PdfContentByte --> iTextSharp.text.pdf.PdfCopy.StampContent
Members
Properties
Public properties
Internal properties
Details
Inheritance
Constructors
StampContent
Source code
internal StampContent(PdfWriter writer, PageResources pageResources)
Arguments
Properties
Duplicate
public override PdfContentByte Duplicate { get; }
internal override PageResources PageResources { get; }
Generated with ModularDoc