Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression.LZMA Namespace / LZMAOptions Class / MatchFinder Property


In This Topic
    MatchFinder Property
    In This Topic
    Gets or sets the match finder algorithm to use.
    Syntax
    'Declaration
     
    Public Property MatchFinder As MatchFinder
    'Usage
     
    Dim instance As LZMAOptions
    Dim value As MatchFinder
     
    instance.MatchFinder = value
     
    value = instance.MatchFinder
    public MatchFinder MatchFinder {get; set;}

    Property Value

    A MatchFinder value indicating which match finder algorithm to use. By default, bt4.
    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