Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / ManagedPPMdCompressor Class / ManagedPPMdCompressor Constructor / ManagedPPMdCompressor Constructor(Int32,Byte,ModelRestorationMethod)
The allocator size.
The maximum model order.
Method of model restoration if memory is insufficient.


In This Topic
    ManagedPPMdCompressor Constructor(Int32,Byte,ModelRestorationMethod)
    In This Topic

    Initializes a new instance of the ManagedPPMdCompressor class, using the specified parameters.

    Syntax
    'Declaration
     
    Public Function New( _
       ByVal allocatorSize As Integer, _
       ByVal modelOrder As Byte, _
       ByVal method As ModelRestorationMethod _
    )
    'Usage
     
    Dim allocatorSize As Integer
    Dim modelOrder As Byte
    Dim method As ModelRestorationMethod
     
    Dim instance As New ManagedPPMdCompressor(allocatorSize, modelOrder, method)
    public ManagedPPMdCompressor( 
       int allocatorSize,
       byte modelOrder,
       ModelRestorationMethod method
    )

    Parameters

    allocatorSize
    The allocator size.
    modelOrder
    The maximum model order.
    method
    Method of model restoration if memory is insufficient.
    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