Ink.Save Method
Converts the Ink object to a specified format and returns the binary data in a Byte array.
Overload List
Name | Description |
---|---|
Ink.Save () | Saves the Ink object in InkSerializedFormat (ISF), by using the Default, and returns the binary data in a Byte array. |
Ink.Save (PersistenceFormat) | Converts the Ink object to the specified format, saves it by using the Default, and returns the binary data in a Byte array. |
Ink.Save (PersistenceFormat, CompressionMode) | Converts the Ink object to the specified format, saves it by using the specified compression format, and returns the binary data in a Byte array. |
See Also
Reference
Ink Class
Ink Members
Microsoft.Ink Namespace
Ink.Load
PersistenceFormat
CompressionMode