Ejemplo n.º 1
0
 /** Gets a <CODE>PdfContentByte</CODE> to write over the page of
  * the original document.
  * @param pageNum the page number where the extra content is written
  * @return a <CODE>PdfContentByte</CODE> to write over the page of
  * the original document
  */
 public PdfContentByte GetOverContent(int pageNum)
 {
     return(stamper.GetOverContent(pageNum));
 }