Exemplo n.º 1
0
 /**
  * Sets the thumbnail image for a page.
  * @param image the image
  * @param page the page
  * @throws PdfException on error
  * @throws DocumentException on error
  */
 public void SetThumbnail(Image image, int page)
 {
     stamper.SetThumbnail(image, page);
 }