Sets a goto for a remote destination for this Chunk.

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

Syntax

C#
public Chunk SetRemoteGoto(
	string filename,
	int page
)
Visual Basic
Public Function SetRemoteGoto ( _
	filename As String, _
	page As Integer _
) As Chunk
Visual C++
public:
Chunk^ SetRemoteGoto(
	String^ filename, 
	int page
)

Parameters

filename
Type: System..::..String
the file name of the destination document
page
Type: System..::..Int32
the page of the destination to go to. First page is 1

Return Value

this Chunk

See Also