pdfembeddedgotoaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdfembeddedgotoaction
java.lang.object
com.spire.pdf.actions.pdfaction
com.spire.pdf.actions.pdfembeddedgotoaction
- all implemented interfaces:
- ipdfwrapper
public class pdfembeddedgotoaction
- extends pdfaction
represents an embedded go-to action which allows jumping to or from a pdf file that is embedded in another pdf file.
pdfembeddedgotoaction
public pdfembeddedgotoaction(java.lang.string filename,
pdfdestination dest,
boolean newwindow)
- initialize a new instance of pdfembeddedgotoaction.
- parameters:
filename
- the target pdf file name to be opened.dest
- the destination.newwindow
- if true, the target pdf would be opened in a new window.otherwise false.