PDF .NET Library Documentation - PDF Technologies, Inc.
Text displayed in PDFEdit control when file is created.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

Remarks

This property specifies the content that is displayed in the text box when the text box does not have the focus.

See Also