Share via


RecognitionProperty.LineNumber Field

RecognitionProperty.LineNumber Field

Retrieves a globally unique identifier (GUID) that specifies the line number of the RecognitionAlternate object.

Definition

Visual Basic .NET Public Shared LineNumber As Guid
C# public static Guid LineNumber;
Managed C++ public: static Guid LineNumber;

Field Value

System.Guid. The GUID that specifies the line number of the RecognitionAlternate object.

This field is read-only. This field has no default value.

Remarks

The Tablet PC application programming interface (API) uses globally unique identifiers (GUIDs) to identify packet properties, recognition properties, drawing attributes, and general ink properties. These GUIDs are available as read-only fields of the RecognitionProperty object. Use these GUIDs to access properties of a RecognitionAlternate object by calling the GetPropertyValue method.

LineNumber specifies the alternates with a particular line number.

Note: This field is not supported for recognizers of East Asian characters.

See Also