Xceed .NET Libraries Documentation
ModelRestorationMethod Enumeration


Xceed.Compression Assembly > Xceed.Compression.PPMd Namespace : ModelRestorationMethod Enumeration

The method used to adjust the model when the memory limit is reached.

Syntax
'Declaration
 
Public Enum ModelRestorationMethod 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ModelRestorationMethod
public enum ModelRestorationMethod : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
CutOff1

Cut off the model (nearly twice as slow).

Freeze2

Freeze the context tree (in some cases may result in poor compression).

Restart0Restart the model from scratch (this is the default).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Compression.PPMd.ModelRestorationMethod

Requirements

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

See Also

Reference

Xceed.Compression.PPMd Namespace