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,
	string name
)
Visual Basic
Public Function SetRemoteGoto ( _
	filename As String, _
	name As String _
) As Chunk
Visual C++
public:
Chunk^ SetRemoteGoto(
	String^ filename, 
	String^ name
)

Parameters

filename
Type: System..::..String
the file name of the destination document
name
Type: System..::..String
the name of the destination to go to

Return Value

this Chunk

See Also