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