Xceed.Compression.Silverlight.v6.6 Assembly > Xceed.Compression.PPMd Namespace : ModelRestorationMethod Enumeration |
The method used to adjust the model when the memory limit is reached.
'Declaration Public Enum ModelRestorationMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ModelRestorationMethod
public enum ModelRestorationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CutOff | Cut off the model (nearly twice as slow). |
Freeze | Freeze the context tree (in some cases may result in poor compression). |
Restart | Restart the model from scratch (this is the default). |
System.Object
System.ValueType
System.Enum
Xceed.Compression.PPMd.ModelRestorationMethod
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2