Sets an anchor for this Chunk.

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

Syntax

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

Parameters

url
Type: System..::..String
the url to link to

Return Value

this Chunk

See Also