Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZippedFile Class / HeaderSize Property


In This Topic
    HeaderSize Property (ZippedFile)
    In This Topic
    Gets a value indicating the size in bytes of the local header that immediately precedes the compressed data.
    Syntax
    'Declaration
     
    Public ReadOnly Property HeaderSize As Long
    'Usage
     
    Dim instance As ZippedFile
    Dim value As Long
     
    value = instance.HeaderSize
    public long HeaderSize {get;}

    Property Value

    A value representing the size in bytes of the local header that immediately precedes the compressed data.
    Remarks

    The value will not be valid for a ZippedFile that does not physically exist.

    The value might not be valid while the zip archive is being updated.

    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