Share via


ContextNodeTypeBase.TextWord Field

Represents the type of node for the two-dimensional region where any non-ink text can exist in the document.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Shared ReadOnly TextWord As Guid
'Usage
Dim value As Guid 

value = ContextNodeTypeBase.TextWord
public static readonly Guid TextWord
public:
static initonly Guid TextWord
public static final var TextWord : Guid

Remarks

The InkAnalyzerBase does not produce TextWord nodes. The application using the CreateSubNode method adds the TextWord nodes to the context node tree. The InkAnalyzerBase then uses the regions defined by the TextWord nodes to determine if any ink annotates the non-ink image.

Future recognizers may use the regions defined by the TextWord nodes to determine if any ink annotates the non-ink word.

A TextWord node cannot have any child elements

The Guid value for this ContextNodeTypeBase field is 4f84a842-2936-464c-ab61-3752451c2129.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

ContextNodeTypeBase Class

ContextNodeTypeBase Members

System.Windows.Ink.AnalysisCore Namespace