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


Gets or sets the type of header the compressor will write before the compressed data.
Syntax
'Declaration
 
Public Property HeaderType As LZMAHeaderType
'Usage
 
Dim instance As ManagedLZMACompressor

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 compressor will write before the compressed data. By default, LZMAHeaderType.Properties.
Remarks
Setting this property after Compress 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

ManagedLZMACompressor Class
ManagedLZMACompressor Members

Send Feedback