Ink.Save Method
Ink.Save Method |
Converts the Ink object to a specified format and returns the binary data in a Byte array.
Overload List
public byte[] Save() public byte[] Save(PersistenceFormat) public byte[] Save(PersistenceFormat, CompressionMode)
Examples
See Also