Pegasus Class Library Help
The Note class, represents a single Note (or Page) in a Notebook. Use the Data property, to access the Note X,Y data. Call CreateInkStrokes(Ink) to draw the note on the screen. Get the Note as a Base64 ISF (Microsoft Ink Serialized Format). A Base64 ISF data format, can be used to transfer a note data between different application and systems.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
[SerializableAttribute]
public class Note
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Note
Visual C++
[SerializableAttribute]
public ref class Note

Inheritance Hierarchy

System..::.Object
  Pegasus.Library..::.Note

See Also