IInkRecognitionAlternate::get_LineAlternates method (msinkaut.h)
Gets the IInkRecognitionAlternates collection in which each alternate in the collection is on a separate line.
This property is read-only.
Syntax
HRESULT get_LineAlternates(
IInkRecognitionAlternates **LineAlternates
);
Parameters
LineAlternates
Return value
None
Remarks
If you have a recognition alternate for a paragraph of ink, you can use the LineAlternates property to get a collection of recognition alternates in which each alternate represents a separate line of the paragraph.
This property is an alternative to calling the AlternatesWithConstantPropertyValues method with the propertyType parameter set to the LineNumber value of the RecognitionProperty constants. For more information about properties of alternates see the RecognitionProperty constants.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |
See also
AlternatesWithConstantPropertyValues Method
IInkRecognitionAlternate Interface