com.lowagie.text.pdf

Class PdfCopy.StampContent

public static class PdfCopy.StampContent extends PdfContentByte

Field Summary
PageResourcespageResources
Constructor Summary
StampContent(PdfWriter writer, PageResources pageResources)
Creates a new instance of StampContent
Method Summary
PdfContentBytegetDuplicate()
Gets a duplicate of this PdfContentByte.
PageResourcesgetPageResources()

Field Detail

pageResources

PageResources pageResources

Constructor Detail

StampContent

StampContent(PdfWriter writer, PageResources pageResources)
Creates a new instance of StampContent

Method Detail

getDuplicate

public PdfContentByte getDuplicate()
Gets a duplicate of this PdfContentByte. All the members are copied by reference but the buffer stays different.

Returns: a copy of this PdfContentByte

getPageResources

PageResources getPageResources()