Xceed Real-Time Zip for .NET Documentation
Xceed.Compression Assembly / Xceed.Compression.LZMA Namespace / LZMAOptions Class / NumPositionBits Property


In This Topic
    NumPositionBits Property
    In This Topic
     Gets or sets the number of position bits.
    Syntax
    'Declaration
     
    Public Property NumPositionBits As Byte
    'Usage
     
    Dim instance As LZMAOptions
    Dim value As Byte
     
    instance.NumPositionBits = value
     
    value = instance.NumPositionBits
    public byte NumPositionBits {get; set;}

    Property Value

    A byte representing the number of position bits. By default, 2.
    Remarks

    The number must be between 0 and 4.

    The number of position bits (N) is intended for periodical data when the period is equal to 2^N.

    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