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 InkDisp object to a serialized format.
Syntax
typedef enum InkPersistenceCompressionMode {
IPCM_Default = 0,
IPCM_MaximumCompression = 1,
IPCM_NoCompression = 2
} ;
Constants
IPCM_Default Value: 0 The default. Provides the best tradeoff between save-time and storage for the typical application. |
IPCM_MaximumCompression Value: 1 Maximum compression. This is the default value. |
IPCM_NoCompression Value: 2 No compression. Used when save-time is more important than the amount of storage space used and when compatibility between versions is important. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |