Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values for the compression modes that are used to save the Ink object to a serialized format.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Enumeration CompressionMode
'Usage
Dim instance As CompressionMode
public enum CompressionMode
public enum class CompressionMode
public enum CompressionMode
Members
Member name | Description | |
---|---|---|
Default | The default compression used to save ink. This is equivalent to Maximum. | |
Maximum | Maximizes compression, thereby minimizing required storage space. The ink takes longer to save. Use this mode when memory is at a premium. | |
NoCompression | Minimizes the time to save the ink. This mode requires more storage space. Use this compression mode when compatibility between versions is important. |
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0