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

Syntax

C#
public string DefaultText { get; set; }
Visual Basic
Public Property DefaultText As String
	Get
	Set
Visual C++
public:
property String^ DefaultText {
	String^ get ();
	void set (String^ value);
}

See Also