Initializes a new instance of the RtfAnchor class

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

Syntax

C#
public RtfAnchor(
	RtfDocument doc,
	Anchor anchor
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	anchor As Anchor _
)
Visual C++
public:
RtfAnchor(
	RtfDocument^ doc, 
	Anchor^ anchor
)

See Also