com.spire.pdf.actions
Class PdfEmbeddedGoToAction

java.lang.Object
  extended by com.spire.pdf.actions.PdfAction
      extended by 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.


Constructor Summary
PdfEmbeddedGoToAction(java.lang.String fileName, PdfDestination dest, boolean newWindow)
          Initialize a new instance of PdfEmbeddedGoToAction.
 
Method Summary
 
Methods inherited from class com.spire.pdf.actions.PdfAction
getDictionary, getNextAction, setNextAction
 

Constructor Detail

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.