An Anchor can be a reference or a destination of a reference.

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

Syntax

C#
public class Anchor : Phrase
Visual Basic
Public Class Anchor _
	Inherits Phrase
Visual C++
public ref class Anchor : public Phrase

Remarks

An Anchor is a special kind of Phrase. It is constructed in the same way.

Inheritance Hierarchy

See Also