Xceed .NET Libraries Documentation
Xceed.Compression.Formats Assembly / Xceed.Compression.Formats Namespace / GZipHeader Class / HasHeaderChecksum Property


In This Topic
    HasHeaderChecksum Property
    In This Topic
    Gets or sets a boolean value indicating if the header has a checksum.
    Syntax
    'Declaration
     
    Public Property HasHeaderChecksum As Boolean
    'Usage
     
    Dim instance As GZipHeader
    Dim value As Boolean
     
    instance.HasHeaderChecksum = value
     
    value = instance.HasHeaderChecksum
    public bool HasHeaderChecksum {get; set;}

    Property Value

    true if the header has a checksum; false otherwise.
    Remarks

    If you set this property to true when compressing, even though this is a standard capability for a GZip header, most versions of WinZip won't be able to decompress the file.

    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