Xceed Real-Time Zip for Silverlight Documentation
HeaderType Property (ManagedLZMADecompressor)


Gets or sets the type of header the decompressor will read before the compressed data starts.
Syntax
'Declaration
 
Public Property HeaderType As LZMAHeaderType
'Usage
 
Dim instance As ManagedLZMADecompressor

Dim value As LZMAHeaderType

 

instance.HeaderType = value

 

value = instance.HeaderType
public LZMAHeaderType HeaderType {get; set;}

Property Value

An LZMAHeaderType value indicating the type of header the decompressor will read before the compressed data starts. By default, LZMAHeaderType.Properties.
Remarks
Setting this property after Decompress has been called with data has no effect.
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

ManagedLZMADecompressor Class
ManagedLZMADecompressor Members

Send Feedback