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


In This Topic
    HeaderSize Property (ZippedFolder)
    In This Topic
    Gets a value indicating the size in bytes of the local header that describes the folder item in the zip archive.
    Syntax
    'Declaration
     
    Public ReadOnly Property HeaderSize As Long
    'Usage
     
    Dim instance As ZippedFolder
    Dim value As Long
     
    value = instance.HeaderSize
    public long HeaderSize {get;}

    Property Value

    A value indicating the size in bytes of the local header that describes the folder item.
    Remarks

    The value will not be valid if the value of the ZippedFolder.Persistent property is false.

    The value will not be valid for a ZippedFolder 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