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

Syntax

C#
public static PdfAnnotation CreateText(
	PdfWriter writer,
	Rectangle rect,
	string title,
	string contents,
	bool open,
	string icon
)
Visual Basic
Public Shared Function CreateText ( _
	writer As PdfWriter, _
	rect As Rectangle, _
	title As String, _
	contents As String, _
	open As Boolean, _
	icon As String _
) As PdfAnnotation
Visual C++
public:
static PdfAnnotation^ CreateText(
	PdfWriter^ writer, 
	Rectangle^ rect, 
	String^ title, 
	String^ contents, 
	bool open, 
	String^ icon
)

See Also