Namespace: Dynamsoft.DotNet.TWAIN.Annotation
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

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

See Also