Ejemplo n.º 1
0
 /**
  * Sets the display duration for the page (for presentations)
  * @param seconds   the number of seconds to display the page. A negative value removes the entry
  * @param page the page where the duration will be applied. The first page is 1
  */
 public void SetDuration(int seconds, int page)
 {
     stamper.SetDuration(seconds, page);
 }