Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkRecognizerContainer.SetDefaultRecognizer(InkRecognizer) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets the default InkRecognizer used for handwriting recognition.

public:
 virtual void SetDefaultRecognizer(InkRecognizer ^ recognizer) = SetDefaultRecognizer;
void SetDefaultRecognizer(InkRecognizer const& recognizer);
public void SetDefaultRecognizer(InkRecognizer recognizer);
function setDefaultRecognizer(recognizer)
Public Sub SetDefaultRecognizer (recognizer As InkRecognizer)

Parameters

recognizer
InkRecognizer

The InkRecognizer.

Implements

Applies to

See also


Feedback

Was this page helpful?