pdfgotoaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdfgotoaction
java.lang.object
com.spire.pdf.actions.pdfaction
com.spire.pdf.actions.pdfgotoaction
- all implemented interfaces:
- ipdfwrapper
public class pdfgotoaction
- extends pdfaction
represents an action which goes to a destination in the current document.
pdfgotoaction
public pdfgotoaction(pdfdestination destination)
- initializes a new instance of the class.
- parameters:
destination
- the destination to jump to.
pdfgotoaction
public pdfgotoaction(pdfnewpage page)
- initializes a new instance of the class.
- parameters:
page
- the page to jump to.
getdestination
public pdfdestination getdestination()
- gets the destination.
setdestination
public void setdestination(pdfdestination value)
- sets the destination.