PDF .NET Library Documentation - PDF Technologies, Inc.
Specifies a text string that identifies the control to the user.

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

Syntax

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

See Also