Gets or sets the PDF form field tooltip

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: String

See Also