InkPersistenceCompressionMode Enumeration

InkPersistenceCompressionMode Enumeration

Defines values for the compression modes that are used to save the InkDisp object to a serialized format.

Declaration

[C++]

typedef enum InkPersistenceCompressionMode {
    IPCM_Default = 0,
    IPCM_MaximumCompression = 1,
    IPCM_NoCompression = 2
} InkPersistenceCompressionMode;

[Microsoft® Visual Basic® 6.0]

Enum InkPersistenceCompressionMode
    IPCM_Default = 0
    IPCM_MaximumCompression = 1
    IPCM_NoCompression = 2
End Enum

Members

The following tables list the enumeration values.

Name Description
IPCM_Default Provides the best tradeoff between save-time and storage for the typical application.
IPCM_MaximumCompression Is used when minimizing storage space is more important than how fast the ink is saved.
IPCM_NoCompression Is used when save-time is more important than the amount of storage space used and when compatibility between versions is important.