Initializes a new instance of the RtfField class

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

Syntax

C#
protected RtfField(
	RtfDocument doc,
	Font font
)
Visual Basic
Protected Sub New ( _
	doc As RtfDocument, _
	font As Font _
)
Visual C++
protected:
RtfField(
	RtfDocument^ doc, 
	Font^ font
)

See Also