Click or drag to resize

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
)

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