Glossary Item Box

Agilix InfiNotes

Note Overview

Agilix.Ink.Note.Note is a basic control that implements note taking functionality, including, inking, highlighting, selection, erasing, searching, recognition, scrolling, and inserting space. Note contains all features of NoteBox without the attached NoteToolbar control.

Use a Note control when you want to add basic ink note taking functionality to an application. After adding  the control to your form, you then implement any state change, command routing, persistence, or import functions using the other objects in the InfiNotes SDK (See Agilix InfiNotes Reference for more information).

The Document property contains all of the methods to persist, analyze, and programmatically manipulate the ink and recognition data that the Note displays.

Note Example