Xceed .NET Libraries Documentation
ExtraHeader Property (GZippedFile)


Xceed.GZip Assembly > Xceed.GZip Namespace > GZippedFile Class : ExtraHeader Property
Gets the file's extra header.
Syntax
'Declaration
 
Public ReadOnly Property ExtraHeader As Byte()
'Usage
 
Dim instance As GZippedFile
Dim value() As Byte
 
value = instance.ExtraHeader
public byte[] ExtraHeader {get;}

Property Value

A byte array containing the file's extra header.
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

GZippedFile Class
GZippedFile Members