Exemplo n.º 1
0
 /**
  * Sets the transition for the page
  * @param transition   the transition object. A <code>null</code> removes the transition
  * @param page the page where the transition will be applied. The first page is 1
  */
 public void SetTransition(PdfTransition transition, int page)
 {
     stamper.SetTransition(transition, page);
 }