Pegasus Class Library Help
Return the RawStrokes as ByteArray. Used mainly for EXIF Tag Storage. To Create a RawStrokes Object from a ByteArray, use the suitable constructor.

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

Syntax

C#
public byte[] AsByteArray()
Visual Basic (Declaration)
Public Function AsByteArray As Byte()
Visual C++
public:
array<unsigned char>^ AsByteArray()

Return Value

See Also