Xceed .NET Libraries Documentation
HeaderSize Property (ZippedFolder)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZippedFolder Class : HeaderSize Property
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

Reference

ZippedFolder Class
ZippedFolder Members