PdfEmbeddedGoToAction Constructor
|
Initialize a new instance of PdfEmbeddedGoToAction.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfEmbeddedGoToAction(
string fileName,
PdfDestination dest,
bool newWindow
)
Public Sub New (
fileName As String,
dest As PdfDestination,
newWindow As Boolean
)
public:
PdfEmbeddedGoToAction(
String^ fileName,
PdfDestination^ dest,
bool newWindow
)
new :
fileName : string *
dest : PdfDestination *
newWindow : bool -> PdfEmbeddedGoToAction
Parameters
-
fileName
-
Type:
System
String
The target PDF file name to be opened.
-
dest
-
Type:
Spire.Pdf.General
PdfDestination
The destination.
-
newWindow
-
Type:
System
Boolean
If true, the target PDF would be opened in a new window.Otherwise false.
See Also