Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static PdfAction GotoRemotePage(
	string filename,
	string dest,
	bool isName,
	bool newWindow
)
Visual Basic
Public Shared Function GotoRemotePage ( _
	filename As String, _
	dest As String, _
	isName As Boolean, _
	newWindow As Boolean _
) As PdfAction
Visual C++
public:
static PdfAction^ GotoRemotePage(
	String^ filename, 
	String^ dest, 
	bool isName, 
	bool newWindow
)

Parameters

filename
Type: System..::..String
dest
Type: System..::..String
isName
Type: System..::..Boolean
newWindow
Type: System..::..Boolean

See Also