Sets a local destination for this Chunk.

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

Syntax

C#
public Chunk SetLocalDestination(
	string name
)
Visual Basic
Public Function SetLocalDestination ( _
	name As String _
) As Chunk
Visual C++
public:
Chunk^ SetLocalDestination(
	String^ name
)

Parameters

name
Type: System..::..String
the name for this destination

Return Value

this Chunk

See Also