Pegasus Class Library Help
Convert the RawStrokes to ISF data. This property is Read Only. To do the opposite operation, call the static method .

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

Syntax

C#
public byte[] ISF { get; }
Visual Basic (Declaration)
Public ReadOnly Property ISF As Byte()
Visual C++
public:
property array<unsigned char>^ ISF {
	array<unsigned char>^ get ();
}

See Also